fix(ci): remove dead kubectl steps from promote workflows (GRO-482) #233
Reference in New Issue
Block a user
Delete Branch "fix/gro-478-auto-link-staff-user"
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?
Summary
kubectl delete jobsteps from bothpromote-prod.ymlandpromote-to-uat.yml(these always fail since the runner has no kubeconfig)ttlSecondsAfterFinishedyq fallback lines from both workflows (base Job manifests already set TTL to 120)Test plan
kubectlcommands remain in either workflowttlSecondsAfterFinishedyq lines remain in either workflowcc @cpfarhood
Deployed to groombook-dev
Images:
pr-233URL: https://dev.groombook.farh.net
Ready for UAT validation.
LGTM. Clean removal of dead kubectl steps (runner has no kubeconfig) and redundant TTL fallbacks (base manifests already set ttlSecondsAfterFinished: 120). Deletion-only, no functional risk.