fix(ci): retain backend digests for release retries - #12160
Open
localai-org-maint-bot wants to merge 1 commit into
Open
localai-org-maint-bot wants to merge 1 commit into
localai-org-maint-bot wants to merge 1 commit into
Conversation
The v4.10.0 ace-step and VibeVoice merge jobs started just after their digest artifacts expired. Keep the small digest artifacts for seven days so a multi-day release matrix can finish publishing its images. Assisted-by: Codex:gpt-6
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Keep backend digest artifacts for seven days instead of one. In the v4.10.0 release, the ace-step merge and VibeVoice merge ran just after the digest artifacts expired. Downloading zero artifacts left
/tmp/digestsabsent and prevented publication despite successful image builds.Notes for Reviewers
Parsed the changed workflow as YAML and checked both observed upload-to-merge intervals against the old and new retention periods: both exceeded one day and fit within seven days.
git diff --checkpasses. Artifact names, digest contents, and publication logic are unchanged.This prevents expiry on future runs; it does not restore expired v4.10.0 artifacts or explain the separate Bonsai artifact-listing failure.
Signed commits