From 6262a4fce0029e7acd9ef95dd6211c635ba14bc5 Mon Sep 17 00:00:00 2001 From: Miguel Casal Date: Thu, 3 Sep 2026 00:34:06 +0000 Subject: [PATCH] ci: place every job on the direct GCP runner platform Static runner classes replace the capacity router: universe-gcp-small, -medium, -large and -release, all ephemeral JIT runners on Compute Engine. Host-pinned jobs (baselines, production cutovers) stay on the local fleet. WarpBuild and the router are retired. Co-Authored-By: Claude Fable 5.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58294c4..7250251 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: checks: # The accessibility pass needs a Linux browser host. Keep it on the # approved Ultra fleet, which already carries the pinned toolchain. - runs-on: [self-hosted, linux-ultra] + runs-on: [self-hosted, linux, x64, universe, gcp, universe-gcp-medium] steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - uses: bitcoinuniverseio/universe-ci-actions/universe-node-env@fd406c34c10a8275c370e22531e1c3d4aa32a901 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8c7cec..8b29952 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ concurrency: jobs: deploy: if: github.ref == 'refs/heads/main' - runs-on: [self-hosted, linux-ultra] + runs-on: [self-hosted, linux, x64, universe, gcp, universe-gcp-medium] environment: production steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4