From 60a56417b171e28fd21d9f854e51aa5ab35e5594 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 13 Dec 2024 14:54:43 -0500 Subject: [PATCH 1/3] fix: ci timing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cc619688a8..53c0bd5c50d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: - run: "echo Full E2E tests enabled." network-test-gate: - needs: [build, configure] + needs: [e2e, yarn-project-test, configure] if: github.ref_name == 'master' || contains(github.event.pull_request.labels.*.name, 'network-all') runs-on: ubuntu-20.04 steps: From 4a85773f9fef76ece6e113f34b9efd9b8a2410a2 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 13 Dec 2024 14:55:40 -0500 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53c0bd5c50d..019bb677c1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: - run: "echo Full E2E tests enabled." network-test-gate: - needs: [e2e, yarn-project-test, configure] + needs: [build, yarn-project-test, configure] if: github.ref_name == 'master' || contains(github.event.pull_request.labels.*.name, 'network-all') runs-on: ubuntu-20.04 steps: From 16052aa9be6c017e5d8703fdb41fac5c9d84142a Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 13 Dec 2024 14:56:34 -0500 Subject: [PATCH 3/3] fix: network test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 019bb677c1e..6ef35c4304e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -684,7 +684,7 @@ jobs: run: sudo shutdown -P 60 ; earthly-ci --no-output ./yarn-project/+network-test --test=./test-transfer.sh network-full-test: - needs: [network-test-gate, configure] + needs: [network-test-gate, network-transfer-test, configure] runs-on: ${{ needs.configure.outputs.username }}-x86 strategy: max-parallel: 1