Skip to content

Commit

Permalink
Max parallel jobs = 2. Slower, but more runner freedom. (#1620)
Browse files Browse the repository at this point in the history
Avoid using all our runners on these tasks.
  • Loading branch information
noonio authored Sep 11, 2024
2 parents 7025d78 + bbcc336 commit 3101449
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/network-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
network-test:
runs-on: ubuntu-latest
strategy:
# Hack: Minimise concurrency as this is blocking our GitHub runners.
# This can be removed when the matrix mode itself is removed and the
# network testing is done in pure Haskell.
max-parallel: 2
matrix:
# Note: At present we can only run for 3 peers; to configure this for
# more we need to make the docker-compose spin-up dynamic across
Expand Down

0 comments on commit 3101449

Please sign in to comment.