Use local Forgejo runner label
This commit is contained in:
parent
b49dcff27d
commit
81724b7030
5 changed files with 9 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
checks:
|
||||||
if: ${{ github.server_url != 'https://codeberg.org' }}
|
if: ${{ github.server_url != 'https://codeberg.org' }}
|
||||||
runs-on: codeberg-medium-lazy
|
runs-on: namespace-profile-linux-medium
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch source (no git required)
|
- name: Fetch source (no git required)
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
checks:
|
||||||
if: ${{ github.server_url != 'https://codeberg.org' }}
|
if: ${{ github.server_url != 'https://codeberg.org' }}
|
||||||
runs-on: codeberg-medium-lazy
|
runs-on: namespace-profile-linux-medium
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch Source (no git required)
|
- name: Fetch Source (no git required)
|
||||||
env:
|
env:
|
||||||
|
|
@ -122,7 +122,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
if: ${{ github.server_url != 'https://codeberg.org' }}
|
if: ${{ github.server_url != 'https://codeberg.org' }}
|
||||||
needs: checks
|
needs: checks
|
||||||
runs-on: codeberg-medium-lazy
|
runs-on: namespace-profile-linux-medium
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch Source (no git required)
|
- name: Fetch Source (no git required)
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
if: ${{ github.server_url != 'https://codeberg.org' }}
|
if: ${{ github.server_url != 'https://codeberg.org' }}
|
||||||
runs-on: codeberg-medium-lazy
|
runs-on: namespace-profile-linux-medium
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch source (no git required)
|
- name: Fetch source (no git required)
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
smoke:
|
smoke:
|
||||||
if: ${{ github.server_url != 'https://codeberg.org' }}
|
if: ${{ github.server_url != 'https://codeberg.org' }}
|
||||||
runs-on: codeberg-medium-lazy
|
runs-on: namespace-profile-linux-medium
|
||||||
steps:
|
steps:
|
||||||
- name: Basic runner + secret smoke test
|
- name: Basic runner + secret smoke test
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
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
|
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
|
public relay. The Forgejo workflows use the locally registered `namespace-profile-linux-medium`
|
||||||
rendering, and explicitly passing `--passthrough=false` only if an older watcher path is restored.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue