Skip to content

Commit

Permalink
Update integration test configuration to reduce the number of process…
Browse files Browse the repository at this point in the history
…es from 4 to 2 for stable booster integration test.
  • Loading branch information
Stevengre committed Dec 17, 2024
1 parent 65e3d02 commit fb71be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if [ ${{ matrix.backend }} == 'legacy' ]; then
TEST_ARGS+=' --no-use-booster --numprocesses=6'
else
TEST_ARGS+=' --numprocesses=4'
TEST_ARGS+=' --numprocesses=2'
fi
docker exec --user github-user kontrol-ci-integration-${GITHUB_SHA} make cov-integration TEST_ARGS="${TEST_ARGS}"
- name: 'Tear down Docker'
Expand Down

0 comments on commit fb71be2

Please sign in to comment.