Skip to content

Commit

Permalink
Reduce PARALLEL_COUNT to ensure kind pods have sufficient resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Sep 11, 2024
1 parent c1c7c9a commit 0a4b1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ jobs:
needs: unit
uses: ./.github/workflows/test_without_olm.yml
with:
args: 'infinispan-test PARALLEL_COUNT=5'
args: 'infinispan-test PARALLEL_COUNT=3'
artifactPrefix: 'infinispan'

cache:
needs: unit
uses: ./.github/workflows/test_without_olm.yml
with:
args: 'cache-test PARALLEL_COUNT=5'
args: 'cache-test PARALLEL_COUNT=3'
artifactPrefix: 'cache'

batch:
needs: unit
uses: ./.github/workflows/test_without_olm.yml
with:
args: 'batch-test PARALLEL_COUNT=5'
args: 'batch-test PARALLEL_COUNT=3'
artifactPrefix: 'batch'

multinamespace:
Expand Down

0 comments on commit 0a4b1ed

Please sign in to comment.