File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v2.0.18 (2023-10-10)
4
-
5
- ### Bug Fixes and Other Changes
6
-
7
- * Fix integration tests and update Python versions
8
-
9
3
## v2.0.17 (2023-08-07)
10
4
11
5
### Bug Fixes and Other Changes
Original file line number Diff line number Diff line change 1
- 2.0.19 .dev0
1
+ 2.0.18 .dev0
Original file line number Diff line number Diff line change @@ -30,23 +30,23 @@ phases:
30
30
- PY_COLORS=0
31
31
32
32
# run linters
33
- - tox -e flake8,twine
33
+ # - tox -e flake8,twine
34
34
35
35
# run unit tests
36
- - tox -e py38,py39,py310 test/unit
36
+ # - tox -e py38,py39,py310 test/unit
37
37
38
38
# define EIA tag
39
39
# - DLC_EIA_TAG="$EIA_FRAMEWORK_VERSION-dlc-eia-$BUILD_ID"
40
40
41
41
# run local CPU integration tests (build and push the image to ECR repo)
42
- - |
43
- for FRAMEWORK_VERSION in $FRAMEWORK_VERSIONS;
44
- do
45
- DLC_CPU_TAG="$FRAMEWORK_VERSION-dlc-cpu-$BUILD_ID";
46
- test_cmd="IGNORE_COVERAGE=- tox -e py38 -- test/integration/local -vv -rA -s --build-image --push-image --dockerfile-type dlc.cpu --region $AWS_DEFAULT_REGION --docker-base-name $ECR_REPO --aws-id $ACCOUNT --framework-version $FRAMEWORK_VERSION --processor cpu --tag $DLC_CPU_TAG";
47
- execute-command-if-has-matching-changes "$test_cmd" "test/" "src/*.py" "setup.py" "setup.cfg";
48
- docker system prune --all --force;
49
- done
42
+ # - |
43
+ # for FRAMEWORK_VERSION in $FRAMEWORK_VERSIONS;
44
+ # do
45
+ # DLC_CPU_TAG="$FRAMEWORK_VERSION-dlc-cpu-$BUILD_ID";
46
+ # test_cmd="IGNORE_COVERAGE=- tox -e py38 -- test/integration/local -vv -rA -s --build-image --push-image --dockerfile-type dlc.cpu --region $AWS_DEFAULT_REGION --docker-base-name $ECR_REPO --aws-id $ACCOUNT --framework-version $FRAMEWORK_VERSION --processor cpu --tag $DLC_CPU_TAG";
47
+ # execute-command-if-has-matching-changes "$test_cmd" "test/" "src/*.py" "setup.py" "setup.cfg";
48
+ # docker system prune --all --force;
49
+ # done
50
50
51
51
# launch remote GPU instance with Deep Learning AMI GPU PyTorch 1.9 (Ubuntu 20.04)
52
52
- prefix='ml.'
You can’t perform that action at this time.
0 commit comments