From cc1409b1122d27d824a9bf1ac65f53ad5f185b01 Mon Sep 17 00:00:00 2001 From: Khurdhula-Harshavardhan Date: Wed, 19 Nov 2025 11:31:52 -0800 Subject: [PATCH 1/2] chore: rebase CI/CD to warpbuild runners --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eea9f3..3f4b5cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: ruff-format-check: name: Ruff Format Check - runs-on: ubuntu-latest + runs-on: warp-ubuntu-latest-x64-2x steps: - uses: actions/checkout@v4 @@ -73,7 +73,7 @@ jobs: all-checks-passed: name: All Checks Passed needs: [ruff-format-check, test] - runs-on: ubuntu-latest + runs-on: warp-ubuntu-latest-x64-2x if: always() steps: - name: Verify all checks passed From 62ac7051c771719f035be23859dbb4d5b8970baa Mon Sep 17 00:00:00 2001 From: Khurdhula-Harshavardhan Date: Wed, 19 Nov 2025 14:27:16 -0800 Subject: [PATCH 2/2] chore: move tests to warpbuilder as well. --- .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 3f4b5cb..1d12f78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: test: name: Test - ${{ matrix.test-file }} - runs-on: ubuntu-latest + runs-on: warp-ubuntu-latest-x64-2x strategy: fail-fast: false matrix: