From 81724b703029e4cb00958627600b0d7556579b1c Mon Sep 17 00:00:00 2001 From: Conrad Kramer Date: Wed, 10 Jun 2026 03:19:02 -0700 Subject: [PATCH] Use local Forgejo runner label --- .forgejo/workflows/ci-gates.yml | 2 +- .forgejo/workflows/deploy-cloudflare.yml | 4 ++-- .forgejo/workflows/deploy-runner-images.yml | 2 +- .forgejo/workflows/runner-smoke.yml | 2 +- .../ECP-0123-instant-station-guide-and-player-warmup.md | 6 ++++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/ci-gates.yml b/.forgejo/workflows/ci-gates.yml index ff6bff8..e37fbdd 100644 --- a/.forgejo/workflows/ci-gates.yml +++ b/.forgejo/workflows/ci-gates.yml @@ -9,7 +9,7 @@ on: jobs: checks: if: ${{ github.server_url != 'https://codeberg.org' }} - runs-on: codeberg-medium-lazy + runs-on: namespace-profile-linux-medium steps: - name: Fetch source (no git required) env: diff --git a/.forgejo/workflows/deploy-cloudflare.yml b/.forgejo/workflows/deploy-cloudflare.yml index 2a5dc2e..6439f85 100644 --- a/.forgejo/workflows/deploy-cloudflare.yml +++ b/.forgejo/workflows/deploy-cloudflare.yml @@ -12,7 +12,7 @@ concurrency: jobs: checks: if: ${{ github.server_url != 'https://codeberg.org' }} - runs-on: codeberg-medium-lazy + runs-on: namespace-profile-linux-medium steps: - name: Fetch Source (no git required) env: @@ -122,7 +122,7 @@ jobs: deploy: if: ${{ github.server_url != 'https://codeberg.org' }} needs: checks - runs-on: codeberg-medium-lazy + runs-on: namespace-profile-linux-medium steps: - name: Fetch Source (no git required) env: diff --git a/.forgejo/workflows/deploy-runner-images.yml b/.forgejo/workflows/deploy-runner-images.yml index d7463cc..069e30a 100644 --- a/.forgejo/workflows/deploy-runner-images.yml +++ b/.forgejo/workflows/deploy-runner-images.yml @@ -29,7 +29,7 @@ concurrency: jobs: build-and-release: if: ${{ github.server_url != 'https://codeberg.org' }} - runs-on: codeberg-medium-lazy + runs-on: namespace-profile-linux-medium steps: - name: Fetch source (no git required) env: diff --git a/.forgejo/workflows/runner-smoke.yml b/.forgejo/workflows/runner-smoke.yml index 2d1f2e3..d3200d9 100644 --- a/.forgejo/workflows/runner-smoke.yml +++ b/.forgejo/workflows/runner-smoke.yml @@ -6,7 +6,7 @@ on: jobs: smoke: if: ${{ github.server_url != 'https://codeberg.org' }} - runs-on: codeberg-medium-lazy + runs-on: namespace-profile-linux-medium steps: - name: Basic runner + secret smoke test env: diff --git a/evolution/proposals/ECP-0123-instant-station-guide-and-player-warmup.md b/evolution/proposals/ECP-0123-instant-station-guide-and-player-warmup.md index 44903c6..ee3e279 100644 --- a/evolution/proposals/ECP-0123-instant-station-guide-and-player-warmup.md +++ b/evolution/proposals/ECP-0123-instant-station-guide-and-player-warmup.md @@ -47,5 +47,7 @@ status, and first observable canvas frame when the browser exposes it. Ship the static web change with the existing Worker asset deploy and roll the publisher hotpatch binary to the LA nodes so their catalogs match the current watcher schema. Validate with clean-cache desktop/mobile browser loads and check the app's `window.__ecPerf` marks plus a live tune through the -public relay. Teardown is removing the HTML seed/cache/warmup path, returning to live-API-only station -rendering, and explicitly passing `--passthrough=false` only if an older watcher path is restored. +public relay. The Forgejo workflows use the locally registered `namespace-profile-linux-medium` +runner label so the Cloudflare deploy can actually leave the queue on the self-hosted forge. +Teardown is removing the HTML seed/cache/warmup path, returning to live-API-only station rendering, +and explicitly passing `--passthrough=false` only if an older watcher path is restored.