File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,10 @@ phases:
21
21
22
22
# run notebook test
23
23
- |
24
- # Temporarily disable notebook tests until we know what is wrong
25
- if false; then
26
- #if has-matching-changes "src/*.py" "setup.py" "setup.cfg"; then
24
+ if has-matching-changes "src/*.py" "setup.py" "setup.cfg"; then
27
25
echo "running notebook test"
28
26
python setup.py sdist
29
- aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-pr/
27
+ aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-pr/sagemaker.tar.gz
30
28
aws s3 cp s3://sagemaker-mead-cli/mead-nb-test.tar.gz mead-nb-test.tar.gz
31
29
tar -xzf mead-nb-test.tar.gz
32
30
git clone --depth 1 https://github.com/awslabs/amazon-sagemaker-examples.git
@@ -47,7 +45,8 @@ phases:
47
45
# run integration tests
48
46
- |
49
47
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg"; then
50
- IGNORE_COVERAGE=- tox -e py27,py36 -- tests/integ -n 24 --boxed --reruns 2
48
+ IGNORE_COVERAGE=- tox -e py36 -- tests/integ -n 24 --boxed --reruns 2
49
+ IGNORE_COVERAGE=- tox -e py27 -- tests/integ -n 24 --boxed --reruns 2
51
50
else
52
51
echo "skipping integration tests"
53
52
fi
You can’t perform that action at this time.
0 commit comments