We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d030b13 commit 5e6ef7dCopy full SHA for 5e6ef7d
buildspec.yml
@@ -21,7 +21,7 @@ phases:
21
22
# run notebook test
23
- |
24
- if has-matching-changes "tests/" "src/*.py" "docker/*/Dockerfile"; then
+ if has-matching-changes "src/*.py" "setup.py" "setup.cfg"; then
25
echo "running notebook test"
26
python setup.py sdist
27
aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-pr/
@@ -44,7 +44,7 @@ phases:
44
45
# run integration tests
46
47
+ if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg"; then
48
IGNORE_COVERAGE=- tox -e py27,py36 -- -n 24 --boxed tests/integ
49
else
50
echo "skipping integration tests"
0 commit comments