fix(ci): use the dedicated Cargoless runner lane #159

Open
triform-admin wants to merge 2 commits from agent/ci-dedicated-runner-20260819 into main

Why

Cargoless PR validation still requested the shared docker label, so PR #158 sat without a task ID behind 232 unrelated jobs even though the cluster already reserves a ready cargoless-ci runner. tf-multiverse already guards the reserved runner configuration; this wires the repository workflow to it.

What

Route all six Cargoless CI jobs to cargoless-ci. The job matrix and build commands are unchanged.

Verification

No local build or toolchain run. git diff --check passed; Forgejo/Kubernetes are the execution authority.

## Why Cargoless PR validation still requested the shared `docker` label, so PR #158 sat without a task ID behind 232 unrelated jobs even though the cluster already reserves a ready `cargoless-ci` runner. tf-multiverse already guards the reserved runner configuration; this wires the repository workflow to it. ## What Route all six Cargoless CI jobs to `cargoless-ci`. The job matrix and build commands are unchanged. ## Verification No local build or toolchain run. `git diff --check` passed; Forgejo/Kubernetes are the execution authority.
fix(ci): use the dedicated Cargoless runner lane
All checks were successful
ci / build (pull_request) Successful in 2m31s
ci / test (pull_request) Successful in 2m31s
ci / fmt (pull_request) Successful in 56s
ci / clippy (pull_request) Successful in 59s
ci / rust-analyzer latency harness (S1 / AC#2) (pull_request) Has been skipped
ci / lane policy mutation proof (pull_request) Successful in 3m17s
a754794e2d
Merge remote-tracking branch 'origin/main' into agent/ci-dedicated-runner-20260819
All checks were successful
ci / build (pull_request) Successful in 1m7s
ci / test (pull_request) Successful in 1m29s
ci / fmt (pull_request) Successful in 37s
ci / clippy (pull_request) Successful in 1m2s
ci / rust-analyzer latency harness (S1 / AC#2) (pull_request) Has been skipped
ci / lane policy mutation proof (pull_request) Successful in 3m13s
dd2396aec7
All checks were successful
ci / build (pull_request) Successful in 1m7s
ci / test (pull_request) Successful in 1m29s
ci / fmt (pull_request) Successful in 37s
ci / clippy (pull_request) Successful in 1m2s
ci / rust-analyzer latency harness (S1 / AC#2) (pull_request) Has been skipped
ci / lane policy mutation proof (pull_request) Successful in 3m13s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin agent/ci-dedicated-runner-20260819:agent/ci-dedicated-runner-20260819
git switch agent/ci-dedicated-runner-20260819

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff agent/ci-dedicated-runner-20260819
git switch agent/ci-dedicated-runner-20260819
git rebase main
git switch main
git merge --ff-only agent/ci-dedicated-runner-20260819
git switch agent/ci-dedicated-runner-20260819
git rebase main
git switch main
git merge --no-ff agent/ci-dedicated-runner-20260819
git switch main
git merge --squash agent/ci-dedicated-runner-20260819
git switch main
git merge --ff-only agent/ci-dedicated-runner-20260819
git switch main
git merge agent/ci-dedicated-runner-20260819
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
triform/cargoless!159
No description provided.