-
Notifications
You must be signed in to change notification settings - Fork 2.4k
WINC-2016: Add TechPreview variant of WMCO aws-e2e-ote presubmit #84451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
redhat-chai-bot
wants to merge
8
commits into
openshift:main
Choose a base branch
from
redhat-chai-bot:add-wmco-aws-e2e-ote-techpreview
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
3d596d0
Add aws-e2e-ote-techpreview CI variant for WMCO
redhat-chai-bot 762fd28
Skip Disruptive tests in aws-e2e-ote-techpreview
redhat-chai-bot 9ab7362
Fail explicitly if TLSAdherence gate never activates
redhat-chai-bot fbe8cd6
Combine node-proxy and Disruptive skip patterns in master config
redhat-chai-bot 8a8c849
Replace flawed featuregate jq poll with apiserver patch retry
redhat-chai-bot 0876627
Remove TEST_SKIPS from aws-e2e-ote-techpreview
redhat-chai-bot 1b7abe4
Add TEST_SKIPS to master aws-e2e-ote-techpreview to match base job
redhat-chai-bot 346e2c2
Switch release-5.0 techpreview TEST_ARGS from deny-list to allow-list
redhat-chai-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed for the 5.0 Smokerun tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry in the master config targets OCP 5.1 (since master maps to 5.1). It's not directly needed for 5.0 Smokerun tests.
For 5.0, the matching entry is in
openshift-windows-machine-config-operator-release-5.0.yaml(also added in this PR) — that's the one relevant for 5.0 PRs and testing.We kept the master entry so the job is available on both branches — TLS adherence testing is needed on both 5.0 and 5.1 since the feature gate (
TLSAdherence) is behind TechPreview on both. But if you'd prefer to scope this PR to release-5.0 only, we can remove the master entry.@rrasouli — jrvaldes is asking whether we need the master (5.1) entry for the 5.0 Smokerun. Your call on whether to keep both or just release-5.0.
AI-generated. Review for accuracy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not keeping them both? currently we are testing 5.0 and in the future this will be part of our build CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's get a rehearsal to pass