CNTRLPLANE-3947: feat(oauth-apiserver): authenticate to build farm registry in verify step - #82639
CNTRLPLANE-3947: feat(oauth-apiserver): authenticate to build farm registry in verify step#82639jubittajohn wants to merge 1 commit into
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughThe CI configurations build verification images with ChangesOAuth apiserver CI verification
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches 💡 2⚔️ Resolve merge conflicts 💡
🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
|
/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. |
916d5cd to
a2789c8
Compare
|
/pj-rehearse |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
809298b to
11323f0
Compare
|
@jubittajohn, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
11323f0 to
14f10c8
Compare
|
@jubittajohn, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
14f10c8 to
adef915
Compare
|
@jubittajohn: The following test failed, say
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. |
|
[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 |
|
@jubittajohn: your |
|
/pj-rehearse |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…step The verify-openapi-spec check pulls binaries from the CI release image on build farm registries, which aren't covered by the cluster profile pull secret. Add `oc registry login` before `make verify` so the job can pull from CI-internal registries. Signed-off-by: jubittajohn <jujohn@redhat.com>
adef915 to
4008f82
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
@jubittajohn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Summary by CodeRabbit
oauth-apiserververification jobs for master and OpenShift releases 4.23, 5.0, and 5.1.OPENSHIFT_RELEASEand registry credentials tomake verify -k.oauth-apiserver-bin-with-ocimage so verification can run with the requiredocbinary.openshift-org-gcpcluster profile and requests 3 CPUs and 6 GiB of memory.