aspect ci runner-health-check runs the runner health check by itself, without a build. Every Bazel task already runs this check during its setup phase; this command is for a pipeline step or a debugging session that wants only the check.
- Waits for cache warming to finish.
- Prints the last runner health check and the warming status.
- Probes the runner’s Bazel server, and marks the runner unhealthy if the server is stuck.
Options
The check starts Bazel on the runner’s own output base, so it takes the same Bazel flag options as the build tasks and no--output-base of its own.
Related
aspect ci runner-metadata: print the runner metadata table.aspect ci warming: fill the runner’s caches.

