Skip to content

[draft] fix: keep all build job pods for 24h - #62

Closed
vigneshrajsb wants to merge 2 commits into
mainfrom
fix/keep-failed-build-pods-24h
Closed

[draft] fix: keep all build job pods for 24h #62
vigneshrajsb wants to merge 2 commits into
mainfrom
fix/keep-failed-build-pods-24h

Conversation

@vigneshrajsb

Copy link
Copy Markdown
Contributor

No description provided.

Previously, only static builds retained failed pods for 24 hours (via
ttlSecondsAfterFinished). Regular builds had no TTL, causing pods to be
deleted immediately after failure, making debugging difficult.

This change sets ttlSecondsAfterFinished to 86400 (24 hours) for all
build and helm deployment jobs, regardless of the isStatic flag. This
gives engineers time to inspect logs, exec into pods, and debug build
failures before Kubernetes automatically cleans them up.

Related to: Build pod failures with 403 errors from ingress IP whitelist
Updated test expectations to match the new behavior where all build
jobs (not just static builds) have a 24-hour TTL for failed pods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant