Set OCM_URL=stage for rosa-gap-analysis periodic jobs - #82445
Conversation
The gap analysis version gate check (CHECK openshift#7) queries OCM for version gates. Without OCM_URL, ocm login defaults to production. Version gates for pre-GA versions like 5.0 are created in staging first, causing CHECK openshift#7 to always fail. Depends on: openshift-online/rosa-gap-analysis#68
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe nightly ROSA gap-analysis periodic commands for OpenShift 4.19 through 5.0 now export ChangesROSA gap-analysis configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-online-rosa-gap-analysis-main-periodics-nightly-5-0 |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-online-rosa-gap-analysis-main-periodics-nightly-5-0 |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@dustman9000: 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. |
|
/pj-rehearse ack |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000, jfrazierRedHat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
94c7a7f
into
openshift:main
The gap analysis version gate check (CHECK openshift#7) queries OCM for version gates. Without OCM_URL, ocm login defaults to production. Version gates for pre-GA versions like 5.0 are created in staging first, causing CHECK openshift#7 to always fail. Depends on: openshift-online/rosa-gap-analysis#68
The gap analysis version gate check (CHECK openshift#7) queries OCM for version gates. Without OCM_URL, ocm login defaults to production. Version gates for pre-GA versions like 5.0 are created in staging first, causing CHECK openshift#7 to always fail. Depends on: openshift-online/rosa-gap-analysis#68
The gap analysis version gate check (CHECK openshift#7) queries OCM for version gates. Without OCM_URL, ocm login defaults to production. Version gates for pre-GA versions like 5.0 are created in staging first, causing CHECK openshift#7 to always fail. Depends on: openshift-online/rosa-gap-analysis#68
The gap analysis OCM version gate check (CHECK #7) queries version gates via
ocm loginwhich defaults to production. Version gates for pre-GA versions like 5.0 are created in staging first, so CHECK #7 always fails for those versions.This adds
export OCM_URL=stageto all 5 gap analysis periodic jobs so the version gate check queries the correct OCM environment.Depends on openshift-online/rosa-gap-analysis#68 (adds
OCM_URLsupport toocm_authenticate()).Jira: https://redhat.atlassian.net/browse/ROSAENG-62569
Summary by CodeRabbit
Updates all five ROSA gap analysis periodic jobs to export
OCM_URL=stage, ensuring version gate checks use the staging OCM environment where pre-GA gates are created.