Uh oh!
There was an error while loading. Please reload this page.
Add version-pinned nightly testconfigs for OCP 4.21, 4.22, 4.23, and 5.0 on RHOSO - #14
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
tusharjadhav3302force-pushed
the
OSPRH-31438-rhoso-ocp-nightly-validation-jobs
branch
2 times, most recently
from
June 29, 2026 14:56
b7a6a80 to
ef483abCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sauragar
commented
Jul 8, 2026
@tusharjadhav3302 can you please check the comments made by @imatza-rh ? |
tusharjadhav3302force-pushed
the
OSPRH-31438-rhoso-ocp-nightly-validation-jobs
branch
from
July 8, 2026 12:22
ef483ab to
e163801Comparetusharjadhav3302
requested review from
chenwng, eshulman2, gryf, mandre, stephenfin and winiciusallan
as code ownersJuly 8, 2026 12:22
tusharjadhav3302force-pushed
the
OSPRH-31438-rhoso-ocp-nightly-validation-jobs
branch
from
July 8, 2026 12:34
e163801 to
5aa0b26CompareUh oh!
There was an error while loading. Please reload this page.
ekuris-redhat
approved these changes
Jul 9, 2026
…5.0 on RHOSO Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…n.yaml Co-authored-by: Cursor <cursoragent@cursor.com>
tusharjadhav3302force-pushed
the
OSPRH-31438-rhoso-ocp-nightly-validation-jobs
branch
from
July 9, 2026 14:17
113943e to
0766e03Comparetusharjadhav3302
commented
Jul 10, 2026
ContributorAuthor
imatza-rh
approved these changes
Jul 12, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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