Override OPCT_CLI_IMAGE to latest for nightly 5.0 AWS periodic jobs#80220
Override OPCT_CLI_IMAGE to latest for nightly 5.0 AWS periodic jobs#80220redhat-chai-bot wants to merge 1 commit into
Conversation
|
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)
WalkthroughThis PR sets ChangesOPCT Platform Test Environment Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @redhat-chai-bot. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/assign |
|
/ok-to-test |
|
Request created from Slack thread |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@mtulio, |
Add OPCT_CLI_IMAGE=quay.io/opct/opct:latest to the existing OPCT periodic jobs in the nightly-5.0 config to pick up the latest OPCT bug fixes and visibility improvements from master: - opct-platform-external-aws-ccm - opct-platform-external-aws
978b5e2 to
c0cc9d5
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@redhat-chai-bot: 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. |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mtulio, redhat-chai-bot 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 |
Summary
Override
OPCT_CLI_IMAGEtoquay.io/opct/opct:latestat the job level for the existing OPCT periodic jobs in the nightly-5.0 config. This picks up the latest OPCT bug fixes and visibility improvements from master without waiting for a formal release.Changes
Added
OPCT_CLI_IMAGE: quay.io/opct/opct:latestto the env of both OPCT periodic jobs inopenshift-release-main__nightly-5.0.yaml:opct-platform-external-aws-ccm— External platform conformance with CCMopct-platform-external-aws— External platform conformanceThis overrides the workflow-level default (
v0.6.5) set inopct-conformance-external-aws-workflow.yaml.Diff
Summary by CodeRabbit
This PR updates the nightly-5.0 CI configuration for OpenShift's OPCT (OpenShift Platform Conformance Test) periodic jobs so two nightly-5.0 OPCT periodic jobs use the OPCT image from master instead of the workflow-level pinned release.
Practical effect: these two nightly-5.0 periodic jobs will pick up the latest OPCT fixes and visibility improvements from master (quay.io/opct/opct:latest) rather than the workflow default v0.6.5 defined in opct-conformance-external-aws-workflow.yaml, enabling testing against the most recent OPCT development builds.