CCXDEV-16428: update insights-operator-tests image tag to 4.22#79584
CCXDEV-16428: update insights-operator-tests image tag to 4.22#79584opokornyy wants to merge 1 commit into
Conversation
Signed-off-by: Ondrej Pokorny <opokorny@redhat.com>
|
@opokornyy: This pull request references CCXDEV-16428 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. 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. |
|
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 (2)
WalkthroughTwo configuration files update base image tags from ChangesBase Image Tag Pinning for 4.22 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 26 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: |
|
/pj-rehearse max |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncaak, opokornyy 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 |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-e2e-gcp-techpreview |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-e2e-aws-single-node-techpreview |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-e2e-gcp-ovn-techpreview |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-e2e-aws-single-node-insights-runtime-extractor-tests |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-hosted-hypershift-insights-operator-e2e-tests |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-insights-operator-release-4.22-insights-operator-slow-tests |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
|
/pj-rehearse pull-ci-openshift-insights-operator-release-4.22-insights-operator-slow-tests |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-hosted-hypershift-insights-operator-e2e-tests |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-e2e-gcp-ovn-techpreview |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-e2e-aws-single-node-techpreview |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-insights-operator-release-4.22-periodics-e2e-gcp-techpreview |
|
@opokornyy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@opokornyy: The following tests 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. |
Changes based on this reference PR #52656
Summary by CodeRabbit
This PR updates the CI configuration for the OpenShift insights-operator to pin specific image versions for the 4.22 release branch.
Changes Made:
insights-operator-testsbase image tag fromlatestto4.22in the main release configurationhypershift-operatorbase image tag fromlatestto4.22in the periodic jobs configurationPractical Impact:
The changes ensure that CI jobs running against the 4.22 release branch of insights-operator will use the stable
4.22image versions rather than following thelatesttag. This provides consistency and prevents potential test instability from unexpected image updates, which is a standard practice when configuring CI for specific release branches.