fix: add retry loop to CI wget for update-kustomize-tag #242
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-api!242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "230-ci-wget-retry"
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
BusyBox wget has no built-in retry flags. Transient forgejo-http connection failures cause the kustomize tag update step to fail silently. This wraps the wget call in a 5-attempt retry loop with 5s backoff and a fatal guard.
Changes
.woodpecker.yaml: Replaced barewgetinupdate-kustomize-tagstep with a retry loop (5 attempts, 5s sleep) and atest -fguard that exits fatally if the script was never downloaded.Test Plan
python3 -c "import yaml; yaml.safe_load(...)"Related
🤖 Generated with Claude Code