Skip to content

Commit

Permalink
Max parallel jobs = 2. Slower, but more runner freedom.
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Sep 11, 2024
1 parent 7025d78 commit bbcc336
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 bbcc336

Please sign in to comment.