Skip to content

Commit 0504bec

Browse files
committed
Update integration test configuration to reduce the number of processes from 4 to 2 for stable booster integration test.
1 parent 0ec85db commit 0504bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if [ ${{ matrix.backend }} == 'legacy' ]; then
9595
TEST_ARGS+=' --no-use-booster --numprocesses=6'
9696
else
97-
TEST_ARGS+=' --numprocesses=4'
97+
TEST_ARGS+=' --numprocesses=2'
9898
fi
9999
docker exec --user github-user kontrol-ci-integration-${GITHUB_SHA} make cov-integration TEST_ARGS="${TEST_ARGS}"
100100
- name: 'Tear down Docker'

0 commit comments

Comments
 (0)