build-publish-deploy CI fails at report-status step - cannot resolve tailnet host api #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-22T09:04:12Z - https://github.com/coilysiren/backend/issues/81
The build-publish-deploy workflow's final report-status-to-datastore step fails with curl exit code 6, could not resolve host api. The build, image sideload, and rollout all succeed first - the report step env shows STATUS success - only the POST to http://api/document fails. Failing consistently since about 2026-05-21 08:44, at least 3 runs:
f4ad5a3and the two pushes before it. Last green run was the PVC commit at 05:14 the same day. The CI runner joins the tailnet as tag:ci via tailscale/github-action but cannot resolve the api MagicDNS name. Likely a MagicDNS or accept-dns timing issue, or a tailnet-config regression around the same window the tailscale-operator OAuth died, see infrastructure#238. Not blocking deploys, but every push shows red. Fix idea: POST to the api node tailnet IP instead of the MagicDNS name, or add a resolve retry.