workflow: use dedicated clawstor-cache runner label
Build with clawstor cache / Cargo build (clawstor-cached) (pull_request) Failing after 3s

Fleet has 7 linux-amd64 runners; only tank + architect have
claw-cargo provisioned. Added a clawstor-cache:host label to those
two runners so this workflow only lands on them.
This commit is contained in:
Omar Sobh
2026-07-13 01:41:39 -07:00
parent 233a39c748
commit 98c600bf78
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
# Force host mode via self-hosted label — `ubuntu-latest` in # Force host mode via self-hosted label — `ubuntu-latest` in
# act_runner defaults to container mode which hides # act_runner defaults to container mode which hides
# /usr/local/bin/claw-cargo and the per-runner tls_dir. # /usr/local/bin/claw-cargo and the per-runner tls_dir.
runs-on: [self-hosted, linux-amd64] runs-on: clawstor-cache
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4