Fix cross-platform release smoke validation - #49
Merged
Merged
Conversation
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.
Summary
Evidence
cannot overwrite digestmake release-workflow-testmake testgit diff --checkRelease safety
No version tag, chart, latest tag, production test, or GitHub Release was promoted by the failed run.
Note
Low Risk
CI/release-script smoke path only; no runtime operator behavior or promotion logic changes beyond safer local Docker cleanup during validation.
Overview
Release smoke validation now force-removes operator and agent images before each
linux/amd64/linux/arm64pull-and-run cycle inverify_and_smoke, avoiding Docker classic store “cannot overwrite digest” failures when the same manifest-list digest is loaded for a second architecture.The fake Docker harness records
image rminvocations, and the image-release test asserts two forced removals per image (operator by digest, both relay-agent variants) across the dual-platform loop.Reviewed by Cursor Bugbot for commit 6c4eba6. Configure here.