From 4dd119c90e1c9ddeeafdb49e8a21ce6e2cb275ee Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 13 Nov 2024 13:16:29 +0700 Subject: [PATCH 1/2] fix: 48-validator kind-network-test needs more time --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 493eb9adfd0..192ca9ed4ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -666,7 +666,7 @@ jobs: with: { ref: "${{ env.GIT_COMMIT }}" } - uses: ./.github/ci-setup-action with: - concurrency_key: kind-network-test-${{ matrix.test }} + concurrency_key: kind-smoke-test - name: Setup and KIND Network Test timeout-minutes: 60 uses: ./.github/ensure-tester-with-images @@ -703,6 +703,7 @@ jobs: - test: transfer.test.ts values: 48-validators runner_type: 32core-tester-x86 + timeout: 90 - test: reorg.test.ts values: 16-validators runner_type: 16core-tester-x86-high-memory From 9a6c739b74f6867506391e0eb03ba8f03ca2e9d6 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 15 Nov 2024 15:37:02 +0700 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 192ca9ed4ee..d5fd22cb942 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -700,10 +700,11 @@ jobs: values: 16-validators runner_type: 16core-tester-x86 timeout: 60 - - test: transfer.test.ts - values: 48-validators - runner_type: 32core-tester-x86 - timeout: 90 + # TODO: Enable this once stable + # - test: transfer.test.ts + # values: 48-validators + # runner_type: 32core-tester-x86 + # timeout: 90 - test: reorg.test.ts values: 16-validators runner_type: 16core-tester-x86-high-memory