Skip to content

Commit 7ddcb8b

Browse files
authored
infra: fix PR builds to run on changes to their own buildspecs (#1319)
1 parent 60023d0 commit 7ddcb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspec-localmodetests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ phases:
1111

1212
# local mode tests
1313
- start_time=`date +%s`
14-
- execute-command-if-has-matching-changes "tox -e py27,py36 -- tests/integ -m local_mode --durations 50" "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"
14+
- execute-command-if-has-matching-changes "tox -e py27,py36 -- tests/integ -m local_mode --durations 50" "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec-localmodetests.yml"
1515
- ./ci-scripts/displaytime.sh 'py27,py36 local mode' $start_time

buildspec-notebooktests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ phases:
66
# run notebook test
77
- echo "running notebook test"
88
- start_time=`date +%s`
9-
- execute-command-if-has-matching-changes "./tests/scripts/run-notebook-test.sh" "src/*.py" "setup.py" "setup.cfg" "tests/scripts/run-notebook-test.sh"
9+
- execute-command-if-has-matching-changes "./tests/scripts/run-notebook-test.sh" "src/*.py" "setup.py" "setup.cfg" "tests/scripts/run-notebook-test.sh" "buildspec-notebooktests.yml"
1010
- ./ci-scripts/displaytime.sh 'notebook test' $start_time

0 commit comments

Comments
 (0)