ci: new workflow
runner nix smoke / nix label smoke (push) Failing after 16s

This commit is contained in:
2026-09-08 08:59:03 +00:00
parent 006ea7f52b
commit 78403f6a44
6 changed files with 34 additions and 15 deletions
+5 -2
View File
@@ -6,8 +6,8 @@
Common labels for zero-idle runners:
- `ubuntu-latest` — default Ubuntu-style smoke / host runner path
- `nix` — Nix-capable runner path
- `ubuntu-latest` — persistent Ubuntu 24.04 `cx23` worker
- `nix` — persistent Nix-capable Ubuntu `cx23` worker
- `gross-x86` — x86 fallback chain `cx53` / `cx43` / `cx33`
- `gross-arm` — ARM fallback chain `cax41` / `cax31` / `cax21`
- `gross-x86-perf` — x86 performance chain `cx53` / `cpx62` / `cpx52`
@@ -19,5 +19,8 @@ Common labels for zero-idle runners:
Region order for fallback: `nbg1`, then `fsn1`, then `hel1`.
`nix` and `ubuntu-latest` are persistent workers; only `gross-*` labels use
zero-idle ephemeral VMs.
Operational details: `infra/gitea-runners/runbook.md` and
`package/gitea-runner-controller/decide.sh`.