workflow: use dedicated clawstor-cache runner label
Build with clawstor cache / Cargo build (clawstor-cached) (pull_request) Failing after 3s
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user