Validate released operator image by digest. - #408
Open
Paamicky wants to merge 4 commits into
Open
Conversation
Paamicky
force-pushed
the
operator-release-validation
branch
from
August 25, 2026 18:37
1cd2836 to
2b510bb
Compare
AshuSrv
reviewed
Aug 26, 2026
| default: 'us-west-2' | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref_name }} | ||
| cancel-in-progress: true |
There was a problem hiding this comment.
I know this is not part of this PR but maybe something to consider is if we are triggering manual run and at the same time some one merges a PR it will cancel our manual run, do we want this behaviour?
Author
There was a problem hiding this comment.
yes because a merge to main takes top priority as we care about what was just merged, rather than the manual one. A manual run of your branch won't get cancelled.
Paamicky
force-pushed
the
operator-release-validation
branch
from
August 27, 2026 14:24
56dbb89 to
e36cf36
Compare
AshuSrv
previously approved these changes
Aug 27, 2026
Paamicky
force-pushed
the
operator-release-validation
branch
from
August 28, 2026 13:52
e36cf36 to
7708bcc
Compare
lorespiz
approved these changes
Aug 28, 2026
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:
Adds the ability to run the operator integration test against a pre-built image (digest) so we validate the exact artifact being released.
Backlog issue: https://issues.amazon.com/issues/CWQS-2726
Changes
Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.