@ -16,7 +16,6 @@ jobs:
strategy:
strategy:
fail-fast : false
fail-fast : false
matrix:
matrix:
p2p : [ 'legacy' , 'new' , 'hybrid' ]
group : [ '00' , '01' , '02' , '03' ]
group : [ '00' , '01' , '02' , '03' ]
runs-on : ubuntu-latest
runs-on : ubuntu-latest
timeout-minutes : 60
timeout-minutes : 60
@ -35,11 +34,11 @@ jobs:
- name : Generate testnets
- name : Generate testnets
working-directory : test/e2e
working-directory : test/e2e
# When changing -g, also change the matrix groups above
# When changing -g, also change the matrix groups above
run : ./build/generator -g 4 -d networks/nightly/${{ matrix.p2p }} -p ${{ matrix.p2p }}
run : ./build/generator -g 4 -d networks/nightly/
- name : Run ${{ matrix.p2p }} p2p testnets in group ${{ matrix.group }}
- name : Run ${{ matrix.p2p }} p2p testnets
working-directory : test/e2e
working-directory : test/e2e
run : ./run-multiple.sh networks/nightly/${{ matrix.p2p }}/ *-group${{ matrix.group }}-*.toml
run : ./run-multiple.sh networks/nightly/*-group${{ matrix.group }}-*.toml
e2e-nightly-fail-2:
e2e-nightly-fail-2:
needs : e2e-nightly-test-2
needs : e2e-nightly-test-2