You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(runner): align entrypoint scripts, retrieve agent_id if configured via JIT (#66)
If runner was configured via JIT, the file under `/runner/.runner` which
contains the `agent_id` has a different format compared to registering
the runner via registration token, so the agent_id reported back to
`garm` was `null`. This has been addressed now.
Also check_runner did not continue until `max_retry` on non-zero exit or
pipefail.
0 commit comments