Skip to content

Commit 195a8e8

Browse files
committed
infra: update release build integ test command
1 parent 650dca1 commit 195a8e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

buildspec-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ phases:
2121
tox -e py27,py36,py37,py38 -- tests/unit
2222

2323
# run a subset of the integration tests
24-
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -n 64 --boxed --reruns 2
24+
- IGNORE_COVERAGE=-
25+
- start_time=`date +%s`
26+
- |
27+
execute-command-if-has-matching-changes "env -u AWS_DEFAULT_REGION tox -e py38 -- tests/integ -m \"canary_quick\" -k "not byo_airflow_config_uploads_data_source_to_s3_when_inputs_provided" -n 384 --reruns 3 --reruns-delay 15 --durations 50 --boto-config '{\"region_name\": \"us-east-2\"}'" "tests/integ" "tests/scripts" "tests/data" "tests/conftest.py" "tests/__init__.py" "src/*.py" "setup.py" "setup.cfg" "buildspec-release.yml"
28+
- ./ci-scripts/displaytime.sh 'py38 tests/integ' $start_time
2529

2630
# generate the distribution package
2731
- python3 setup.py sdist

0 commit comments

Comments
 (0)