From 638346500dbd82f106e2782830a4ededa27f17e6 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Wed, 22 Sep 2021 12:48:38 -0400 Subject: [PATCH] ci: reduce number of groups for 0.34 e2e runs (#6968) --- .github/workflows/e2e-nightly-34x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-nightly-34x.yml b/.github/workflows/e2e-nightly-34x.yml index 9c3b74cda..1b076d2ea 100644 --- a/.github/workflows/e2e-nightly-34x.yml +++ b/.github/workflows/e2e-nightly-34x.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - group: ['00', '01', '02', '03'] + group: ['00', '01'] runs-on: ubuntu-latest timeout-minutes: 60 steps: @@ -37,7 +37,7 @@ jobs: - name: Generate testnets working-directory: test/e2e # When changing -g, also change the matrix groups above - run: ./build/generator -g 4 -d networks/nightly + run: ./build/generator -g 2 -d networks/nightly - name: Run testnets in group ${{ matrix.group }} working-directory: test/e2e