Skip to content

Commit 3101449

Browse files
authored
Max parallel jobs = 2. Slower, but more runner freedom. (#1620)
Avoid using all our runners on these tasks.
2 parents 7025d78 + bbcc336 commit 3101449

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/network-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
network-test:
1919
runs-on: ubuntu-latest
2020
strategy:
21+
# Hack: Minimise concurrency as this is blocking our GitHub runners.
22+
# This can be removed when the matrix mode itself is removed and the
23+
# network testing is done in pure Haskell.
24+
max-parallel: 2
2125
matrix:
2226
# Note: At present we can only run for 3 peers; to configure this for
2327
# more we need to make the docker-compose spin-up dynamic across

0 commit comments

Comments
 (0)