fix: pin deploy job to agent-workspace runner #47

Merged
mark merged 1 commits from fix/deploy-runner-label into main 2026-03-04 11:24:17 +00:00
Owner

Deploy fails when lintel-prod-01's runner picks up the job — the Docker container can't SSH back to its own host (i/o timeout). Added a 'deploy' label to agent-workspace's runner and pinned the deploy job to it.

Deploy fails when lintel-prod-01's runner picks up the job — the Docker container can't SSH back to its own host (i/o timeout). Added a 'deploy' label to agent-workspace's runner and pinned the deploy job to it.
mark added 1 commit 2026-03-04 11:20:13 +00:00
fix: pin deploy job to agent-workspace runner
All checks were successful
CI / nightly-e2e (pull_request) Has been skipped
CI / deploy (pull_request) Has been skipped
CI / pr-e2e (pull_request) Successful in 1m33s
CI / ci (pull_request) Successful in 1m37s
4796a08acc
The deploy job uses SSH to connect to lintel-prod-01. When the
lintel-prod-01 runner picks up the job, the Docker container cannot
SSH back to its own host, causing 'dial tcp: i/o timeout'. Pin to
the 'deploy' label which only exists on agent-workspace.
mark merged commit 9bee1b9a12 into main 2026-03-04 11:24:17 +00:00
mark deleted branch fix/deploy-runner-label 2026-03-04 11:24:17 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nohype/main-site#47