Skip to content

Commit cc6f4e6

Browse files
committed
infra: reduce release build concurrency
1 parent 3a19c08 commit cc6f4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ phases:
1818
tox -e py36,py37,py38 -- tests/unit
1919

2020
# run a subset of the integration tests
21-
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -n 64 --boxed --reruns 2
21+
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -n 32 --boxed --reruns 2

0 commit comments

Comments
 (0)