fix(08-01): probe runs-on ubuntu-latest — runner has no self-hosted label
runner-probe / runner-probe (push) Successful in 5m33s
runner-probe / runner-probe (push) Successful in 5m33s
The act_runner advertises ubuntu-latest/ubuntu-24.04/ubuntu-22.04; runs-on: self-hosted matched no runner and the probe job stayed queued. Switch the probe (and the plan key-link) to ubuntu-latest. ci.yml (Plans 02-04) must use the same label.
This commit is contained in:
@@ -17,7 +17,9 @@ on:
|
||||
jobs:
|
||||
probe:
|
||||
name: runner-probe
|
||||
runs-on: self-hosted
|
||||
# Runner advertises ubuntu-latest/ubuntu-24.04/ubuntu-22.04 (no 'self-hosted' label).
|
||||
# Probe confirmed `runs-on: self-hosted` matched no runner and the job stayed queued.
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# P-05: Service container — probe whether it spawns and on which hostname.
|
||||
# Uses healthcheck.sh --connect --innodb_initialized.
|
||||
|
||||
Reference in New Issue
Block a user