From e57f109582f0a76cc4111dda00ad0fad1e20bb24 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Mon, 30 Mar 2026 16:39:24 +0800 Subject: [PATCH 1/3] fix(ci): migrate from buildjet to warpbuild --- .github/workflows/coverage.yml | 2 +- .github/workflows/rpc-parity-report.yml | 2 +- .github/workflows/rpc-parity.yml | 2 +- .github/workflows/snapshot-parity.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d61b2b4f860..e788bf142946 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -44,7 +44,7 @@ jobs: codecov: name: Coverage if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2404-4x timeout-minutes: 45 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/rpc-parity-report.yml b/.github/workflows/rpc-parity-report.yml index 861bbc6f47e8..6ae9d1713c2f 100644 --- a/.github/workflows/rpc-parity-report.yml +++ b/.github/workflows/rpc-parity-report.yml @@ -11,7 +11,7 @@ on: jobs: rpc-parity: name: RPC parity report - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2404-8x steps: - name: Relocate docker volumes folder run: | diff --git a/.github/workflows/rpc-parity.yml b/.github/workflows/rpc-parity.yml index 159ddccdbd29..4c66349b3f2c 100644 --- a/.github/workflows/rpc-parity.yml +++ b/.github/workflows/rpc-parity.yml @@ -11,7 +11,7 @@ on: jobs: rpc-parity: name: RPC parity tests - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2404-8x steps: - name: Relocate docker volumes folder run: | diff --git a/.github/workflows/snapshot-parity.yml b/.github/workflows/snapshot-parity.yml index 485c3e008815..b15a7485778b 100644 --- a/.github/workflows/snapshot-parity.yml +++ b/.github/workflows/snapshot-parity.yml @@ -6,7 +6,7 @@ on: jobs: snapshot-parity: name: Snapshot parity test - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2404-8x steps: - name: Checkout Sources uses: actions/checkout@v6 From ed9a79369c31933e3851b87be17cdfca8a828d03 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Mon, 30 Mar 2026 11:06:03 +0200 Subject: [PATCH 2/3] fix: use correct warp build ids --- .github/workflows/coverage.yml | 2 +- .github/workflows/rpc-parity-report.yml | 2 +- .github/workflows/rpc-parity.yml | 2 +- .github/workflows/snapshot-parity.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e788bf142946..a2418d93b810 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -44,7 +44,7 @@ jobs: codecov: name: Coverage if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' - runs-on: warp-ubuntu-2404-4x + runs-on: warp-ubuntu-2204-x64-4x timeout-minutes: 45 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/rpc-parity-report.yml b/.github/workflows/rpc-parity-report.yml index 6ae9d1713c2f..49e1ec56034b 100644 --- a/.github/workflows/rpc-parity-report.yml +++ b/.github/workflows/rpc-parity-report.yml @@ -11,7 +11,7 @@ on: jobs: rpc-parity: name: RPC parity report - runs-on: warp-ubuntu-2404-8x + runs-on: warp-ubuntu-2204-x64-8x steps: - name: Relocate docker volumes folder run: | diff --git a/.github/workflows/rpc-parity.yml b/.github/workflows/rpc-parity.yml index 4c66349b3f2c..c4f2b0d80350 100644 --- a/.github/workflows/rpc-parity.yml +++ b/.github/workflows/rpc-parity.yml @@ -11,7 +11,7 @@ on: jobs: rpc-parity: name: RPC parity tests - runs-on: warp-ubuntu-2404-8x + runs-on: warp-ubuntu-2204-x64-8x steps: - name: Relocate docker volumes folder run: | diff --git a/.github/workflows/snapshot-parity.yml b/.github/workflows/snapshot-parity.yml index b15a7485778b..499de7ce2692 100644 --- a/.github/workflows/snapshot-parity.yml +++ b/.github/workflows/snapshot-parity.yml @@ -6,7 +6,7 @@ on: jobs: snapshot-parity: name: Snapshot parity test - runs-on: warp-ubuntu-2404-8x + runs-on: warp-ubuntu-2204-x64-8x steps: - name: Checkout Sources uses: actions/checkout@v6 From 681c33d78cbf6bd635e541f35c6c573cf5496d64 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Mon, 30 Mar 2026 18:41:18 +0800 Subject: [PATCH 3/3] update leftovers --- .github/workflows/forest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/forest.yml b/.github/workflows/forest.yml index 0bc8e06cb7cc..85f9dbd074d8 100644 --- a/.github/workflows/forest.yml +++ b/.github/workflows/forest.yml @@ -641,7 +641,7 @@ jobs: needs: - build-ubuntu name: Calibnet RPC checks - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: warp-ubuntu-2204-x64-8x env: # We use a custom Dockerfile for CI to speed up the build process. FOREST_DOCKERFILE_OVERRIDE: scripts/devnet/forest_ci.dockerfile