CNTRLPLANE-3947: feat(oauth-apiserver): pass release image and auth to verify step - #82639
CNTRLPLANE-3947: feat(oauth-apiserver): pass release image and auth to verify step#82639jubittajohn wants to merge 1 commit into
Conversation
WalkthroughOpenShift OAuth apiserver CI configurations now set the release environment and mount registry pull credentials. Release 4.23, 5.0, and 5.1 pipelines also build an image containing ChangesOAuth apiserver CI verification
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jubittajohn The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse pull-ci-openshift-oauth-apiserver-master-verify |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-oauth-apiserver-release-5.0-verify |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-oauth-apiserver-release-5.0-images |
|
@jubittajohn: your |
bcbee54 to
916d5cd
Compare
|
@jubittajohn: This pull request references CNTRLPLANE-3947 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Set OPENSHIFT_RELEASE from RELEASE_IMAGE_LATEST and REGISTRY_AUTH_FILE from ci-pull-credentials so the verify-openapi-spec script can extract binaries from the CI release payload. Signed-off-by: jubittajohn <jujohn@redhat.com>
916d5cd to
a2789c8
Compare
|
[REHEARSALNOTIFIER]
A total of 32 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@jubittajohn: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/pj-rehearse |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Summary by CodeRabbit
Updates the OpenShift CI verification setup for
oauth-apiserverto improve reliability and consistency across master and supported release streams by:ci-pull-credentialssecret into theverifyjob and configuringREGISTRY_AUTH_FILEto use the mounted.dockerconfigjsonfor authenticated pulls.oauth-apiserver-bin-with-ochelper image (built by copying theocbinary) and switching theverifyexecution to run inside that image.verifytest step on theopenshift-org-gcpcluster profile with explicit resource requests.verifywhen changes are limited to docs/and common repo metadata paths viaskip_if_only_changed.OPENSHIFT_RELEASE(defaulting fromRELEASE_IMAGE_LATEST) and runmake verify -k --warn-undefined-variables.