Add version-pinned nightly testconfigs for OCP 4.21, 4.22, 4.23, and 5.0 on RHOSO#14
Open
tusharjadhav3302 wants to merge 1 commit into
Open
Add version-pinned nightly testconfigs for OCP 4.21, 4.22, 4.23, and 5.0 on RHOSO#14tusharjadhav3302 wants to merge 1 commit into
tusharjadhav3302 wants to merge 1 commit into
Conversation
imatza-rh
reviewed
Jun 24, 2026
45ebfb0 to
b7a6a80
Compare
…5.0 on RHOSO Co-authored-by: Cursor <cursoragent@cursor.com>
b7a6a80 to
ef483ab
Compare
imatza-rh
reviewed
Jun 30, 2026
| # * OSP VERIFICATION - OCP 4.21 NIGHTLY * | ||
| # | ||
| # - Version-pinned variant of osp_verification.yaml for OCP 4.21 pre-GA nightly. | ||
| # - Used for early regression detection before 4.21 reaches EOL. |
Contributor
There was a problem hiding this comment.
Nit: line 5 says "pre-GA nightly" but this line says "reaches EOL." Should this be "reaches the stable channel" (like the 4.23 file's wording)?
| - day2ops | ||
| - openstack_test | ||
| - lb_tests | ||
| - egressip_tests |
Contributor
There was a problem hiding this comment.
Heads up: the egressip allowlist currently has entries only through 4.22. For 4.23 and 5.0, run_egressip_tests.yml:22-25 will fail with "No allowlist found." Not blocking for this PR since Zuul jobs are wired separately, but the allowlist will need 4.23/5.0 entries (same *ovnk_tests anchor pattern) before those jobs go live.
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
Adds 4 new job definition testconfig files for pre-GA OCP nightly validation on RHOSO 18.0, enabling version-specific regression detection independently of
4-stable.osp_verification_4.21_nightly.yaml— OCP 4.21 nightlyosp_verification_4.22_nightly.yaml— OCP 4.22 nightly (explicit coverage after 4-stable rolls forward)osp_verification_4.23_nightly.yaml— OCP 4.23 pre-GA nightlyosp_verification_5.0_nightly.yaml— OCP 5.0 pre-GA nightlyEach file is based on
osp_verification.yamlwithopenshift_releasepinned to the specific version andopenshift_build_name: ""(resolves to latest nightly via the release stream API).Context
osp_verification.yamluses4-stablewhich auto-resolves to the latest stable OCP. These new files supplement it by providing pinned nightly coverage per version.Related