Commit 8f3e812
fix(ci): run wedged-runner watchdog on ARM64 not x64 (#263)
dakera-deploy only has hetzner-arm-deploy (ARM64) registered. The
watchdog was running-on: [self-hosted,linux,x64] — no matching runner
ever picked it up, causing every scheduled run to queue→cancel in a
10-min loop for 24+ hours (DAK-7528 auto-heal completely inactive).
ARM runner has RUNNER_SSH_KEY access to both ARM and x64 hosts so
healing capability is unaffected by this change.
Co-authored-by: Paperclip <noreply@paperclip.ing>1 parent 33c60d8 commit 8f3e812
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments