From 9d294019b941134348e40c05b749b7ffc97b7671 Mon Sep 17 00:00:00 2001 From: AlexChetverov Date: Thu, 16 May 2024 17:04:57 +0300 Subject: [PATCH 1/2] add changes --- .github/workflows/reusable-e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-e2e-tests.yml b/.github/workflows/reusable-e2e-tests.yml index 7aba9f275..adc8d3ea6 100644 --- a/.github/workflows/reusable-e2e-tests.yml +++ b/.github/workflows/reusable-e2e-tests.yml @@ -97,8 +97,8 @@ jobs: include: # - command: "yarn test-parallel --max-workers=10" # fast: false - # - command: "yarn test-sequential-no-bootstrap" - # fast: false + - command: "yarn test-sequential-no-bootstrap" + fast: false - command: "yarn test-seqgasless" fast: false - command: "yarn test-maintenance" From b4b61d86e30dd05d0a6b985732355183515a9003 Mon Sep 17 00:00:00 2001 From: AlexChetverov Date: Fri, 17 May 2024 12:41:26 +0300 Subject: [PATCH 2/2] add sequential groups --- .github/workflows/reusable-e2e-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-e2e-tests.yml b/.github/workflows/reusable-e2e-tests.yml index adc8d3ea6..0de208b5b 100644 --- a/.github/workflows/reusable-e2e-tests.yml +++ b/.github/workflows/reusable-e2e-tests.yml @@ -111,8 +111,8 @@ jobs: fast: false # - command: "yarn test-parallel-autocompound" # fast: true - # - command: "yarn test-sequential-autocompound" - # fast: true + - command: "yarn test-sequential-autocompound" + fast: true # - command: "yarn test-poolliquidity" # fast: true # - command: "yarn test-governance" @@ -121,8 +121,8 @@ jobs: # fast: false # - command: "yarn test-experimentalStaking" # fast: true - # - command: "yarn test-crowdloan" - # fast: false + - command: "yarn test-crowdloan" + fast: false # - command: "yarn test-sdk" # fast: true # - command: "yarn test-parallel-3rdPartyRewards"