Skip to content

INTEROP-9406: Update OPP 4.22 interop jobs to install ACM 2.17.z - #82898

Open
amp-rh wants to merge 2 commits into
openshift:mainfrom
amp-rh:interop-9406-acm-2.17-ocp4.22
Open

INTEROP-9406: Update OPP 4.22 interop jobs to install ACM 2.17.z#82898
amp-rh wants to merge 2 commits into
openshift:mainfrom
amp-rh:interop-9406-acm-2.17-ocp4.22

Conversation

@amp-rh

@amp-rh amp-rh commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

TL;DR

Bump ACM from 2.16.z to 2.17.z across all OPP 4.22 interop jobs (AWS, vSphere, upgrade) and the preflight compatibility matrix.

What changed

  • ACM operator install channel: release-2.16release-2.17 in all 3 OPP 4.22 job variants
  • ACM QE test images (acmqe-grc-test, clc-ui-e2e, multicluster-observability-operator-opp): 2.162.17
  • OPP preflight compatibility matrix: OCP 4.22 row now expects ACM 2.17

Core file (review this first)

File What to check
ci-operator/step-registry/interop/opp/preflight/interop-opp-preflight-commands.sh Compatibility matrix entry for 4.22 updated; verify version alignment with adjacent OCP rows

Mechanical/config files

File Changes
.../stolostron-policy-collection-main__ocp4.22.yaml 3 base_image refs + 2 operator channel refs (2.162.17)
.../stolostron-policy-collection-main__ocp4.22-upgrade.yaml 1 operator channel ref (2.162.17)

Risk areas

  • Behavioral: ACM 2.17 may introduce new APIs or deprecations that affect GRC/observability tests. Test images are bumped to match.
  • No other products touched: ACS, ODF, and Quay channels remain unchanged.

Testing

  • Rehearsal jobs triggered covering AWS interop, vSphere interop, and upgrade variants.
  • Rehearsal failures are from known pipeline blockers (ACM observability, S3 credentials, OperatorGroup issues), not from changes in this PR.

Resolves: INTEROP-9406

/cc @CSPI-QE

The OCP 4.22 interop and upgrade jobs were installing ACM 2.16.z,
which is outdated. Update operator channel from release-2.16 to
release-2.17 and bump ACM QE test image references from 2.16 to 2.17
across all OPP 4.22 variants (AWS, vSphere, upgrade).

Resolves: https://redhat.atlassian.net/browse/INTEROP-9406
@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

@amp-rh: GitHub didn't allow me to request PR reviews from the following users: CSPI-QE.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

Summary

  • Update ACM operator channel from release-2.16 to release-2.17 across all OPP 4.22 job variants (AWS interop, vSphere interop, AWS upgrade)
  • Bump ACM QE test image references (acmqe-grc-test, clc-ui-e2e, multicluster-observability-operator-opp) from 2.16 to 2.17

Details

The OCP 4.22 interop jobs were installing ACM 2.16.z, which is outdated for the 4.22 release. ACM 2.17.z is the correct version to pair with OCP 4.22.

Files changed

File Changes
stolostron-policy-collection-main__ocp4.22.yaml 3 base_image refs + 2 OPERATORS channel refs (AWS + vSphere)
stolostron-policy-collection-main__ocp4.22-upgrade.yaml 1 OPERATORS channel ref

Resolves: INTEROP-9406

/cc @CSPI-QE

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 kubernetes-sigs/prow repository.

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

The OCP 4.22 policy collection configuration now uses ACM 2.17 images and channels. The OPP preflight compatibility matrix now requires ACM 2.17.

Changes

ACM 2.17 CI alignment

Layer / File(s) Summary
Update policy collection CI configuration
ci-operator/config/stolostron/policy-collection/*
ACM test images and operator channels changed from 2.16 to 2.17 for standard, upgrade, AWS, and vSphere jobs.
Update OPP compatibility requirement
ci-operator/step-registry/interop/opp/preflight/interop-opp-preflight-commands.sh
The OCP 4.22 compatibility entry now requires advanced-cluster-management 2.17. Other operator requirements remain unchanged.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • openshift/release#82372: Updates the OPP compatibility matrix and preflight logic in the same configuration and script.

Suggested labels: jira/valid-reference

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR changes only an OPP compatibility shell mapping; no Ginkgo test declarations or test titles were added or modified.
Test Structure And Quality ✅ Passed The PR changes only YAML CI configuration and one Bash compatibility entry; no Ginkgo test code, It blocks, or cluster-test setup changed, so these requirements do not apply.
Microshift Test Compatibility ✅ Passed The pull request changes only YAML configuration and a shell compatibility matrix; the added diff contains no Ginkgo test declarations or new test code.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only ACM YAML configuration and an OPP shell compatibility entry; it adds no Ginkgo e2e tests or multi-node test assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only CI configuration and compatibility matrix version references. No deployment manifests, operator code, or scheduling constraints are added or modified.
Ote Binary Stdout Contract ✅ Passed This PR modifies CI configuration (YAML) and a shell script. No Go test binaries or OTE-specific code is present. The OTE Binary Stdout Contract check does not apply to CI configuration updates.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR changes only CI YAML and a shell compatibility matrix; no new Ginkgo e2e tests or test source files were added.
No-Weak-Crypto ✅ Passed Pull request contains only CI/CD version updates (ACM 2.16→2.17 and QE image tags); no weak cryptography patterns, custom crypto, or insecure secret comparisons present.
Container-Privileges ✅ Passed The PR adds only ACM version/channel values; scans found no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, root, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed PR contains only version updates and configuration changes; no new logging is introduced that exposes passwords, tokens, API keys, PII, or other sensitive data.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating OPP OCP 4.22 interop jobs to install ACM 2.17.z.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@amp-rh

amp-rh commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-stolostron-policy-collection-main-ocp4.22-interop-opp-aws

@redhat-chai-bot

Copy link
Copy Markdown
Contributor

Review: ACM 2.16 → 2.17 for OPP 4.22

I reviewed the diff, the full post-PR file content, and the OPP preflight compatibility matrix. Here are my findings:

✅ 1. All references updated — no stale 2.16 refs remain

After applying the PR, a full scan of both files confirms zero remaining 2.16 references. The 6 substitutions are:

File Change Count
ocp4.22.yaml base_images (acmqe-grc-test, clc-ui-e2e, multicluster-observability-operator-opp) 3
ocp4.22.yaml OPERATORS channel (interop-opp-aws + interop-opp-vsphere) 2
ocp4.22-upgrade.yaml OPERATORS channel (interop-opp-upgrade-aws) 1

Other operator references (odf-operator: stable-4.21, quay-operator: stable-3.17, rhacs-operator: stable) are correctly left unchanged.

✅ 2. release-2.17 channel is correct for ACM on OCP 4.22

  • ACM 2.17 is the current-generation release targeting OCP 4.22 under the ACM N-2 to N support model (where N = OCP 4.22).
  • Multiple CI configurations (e.g., HyperShift periodic jobs for OCP 4.22) already use MCE/ACM 2.17.
  • The OPP preflight compatibility matrix (interop-opp-preflight-commands.sh) maps OCP 4.22 → ACM 2.16 as the minimum, and uses a >= comparison (inst_major < min_major || ... inst_minor < min_minor), so ACM 2.17 ≥ 2.16 will pass the preflight check without issue.

✅ 3. acm-qe image stream references are correct

The three base_images entries reference namespace: acm-qe, name: "2.17" with tags acmqe-grc-test, clc-ui-e2e, and multicluster-observability-operator-opp — this is the standard pattern for ACM QE test images and is consistent with ACM 2.17.

📝 Minor note (non-blocking)

The OPP preflight compatibility matrix in interop-opp-preflight-commands.sh still lists ACM 2.16 as the minimum for OCP 4.22 (OPP_COMPAT["4.22"]="advanced-cluster-management:2.16 ..."). This won't cause failures (since 2.17 ≥ 2.16), but if ACM 2.17 is now the intended baseline for OCP 4.22 interop testing, consider updating the matrix in a follow-up PR for consistency.

Verdict

The changes are correct, complete, and consistent. LGTM from a technical review standpoint. Don't forget to run rehearsals (/pj-rehearse) before merge.


AI-generated. Review for accuracy.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@amp-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

Align the preflight version check with the operator channel change:
ACM minimum version for OCP 4.22 is now 2.17, matching the OPERATORS
channel in the interop job configs.
@redhat-chai-bot

Copy link
Copy Markdown
Contributor

Verification: Second commit (preflight matrix update)

Following up on my earlier review, the second commit addresses the non-blocking note I raised about the OPP preflight compatibility matrix. Here's the full verification:

✅ 1. Preflight matrix change is correct and consistent

The change on line 75 of interop-opp-preflight-commands.sh:

-OPP_COMPAT["4.22"]="advanced-cluster-management:2.16 rhacs-operator:4.11 odf-operator:4.22 quay-operator:3.16"
+OPP_COMPAT["4.22"]="advanced-cluster-management:2.17 rhacs-operator:4.11 odf-operator:4.22 quay-operator:3.16"
  • Only the ACM minimum version changed; all other operators (rhacs-operator:4.11, odf-operator:4.22, quay-operator:3.16) are correctly left as-is.
  • The preflight check uses a >= comparison (inst_major < min_major || inst_minor < min_minor), so with the config files installing ACM from release-2.17 and the matrix minimum now set to 2.17, the check will pass: 2.17 >= 2.17
  • The matrix progression is consistent: 4.20→2.14, 4.21→2.15, 4.22→2.17, 5.0→2.17.

✅ 2. No remaining ACM 2.16 references for OCP 4.22

I searched the full openshift/release repository for any references to ACM 2.16 or release-2.16 in OCP 4.22-related configs and step-registry scripts. The only three files that contained such references are exactly the three files modified by this PR:

File ACM 2.16 refs updated Commit
stolostron-policy-collection-main__ocp4.22.yaml 3 base_images + 2 OPERATORS channels 1st commit
stolostron-policy-collection-main__ocp4.22-upgrade.yaml 1 OPERATORS channel 1st commit
interop-opp-preflight-commands.sh 1 OPP_COMPAT matrix entry 2nd commit

No stale ACM 2.16 references remain for OCP 4.22.

✅ 3. PR is complete

The two commits together cover all necessary changes for the ACM 2.16→2.17 update on OCP 4.22:

  • Commit 1: operator channels + QE test image refs
  • Commit 2: preflight compatibility matrix

LGTM — the PR is now complete and consistent across all layers.


AI-generated verification. Review for accuracy.


AI-generated. Review for accuracy.

@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: amp-rh
Once this PR has been reviewed and has the lgtm label, please assign jan-law for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@amp-rh

amp-rh commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-stolostron-policy-collection-main-ocp4.22-interop-opp-aws

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@amp-rh: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-stolostron-policy-collection-main-ocp4.22-images stolostron/policy-collection presubmit Ci-operator config changed
periodic-ci-stolostron-policy-collection-main-ocp4.22-upgrade-interop-opp-upgrade-aws N/A periodic Ci-operator config changed
periodic-ci-stolostron-policy-collection-main-ocp5.0-upgrade-interop-opp-upgrade-aws N/A periodic Registry content changed
periodic-ci-stolostron-policy-collection-main-ocp4.22-interop-opp-aws N/A periodic Ci-operator config changed
periodic-ci-stolostron-policy-collection-main-ocp4.22-interop-opp-vsphere N/A periodic Ci-operator config changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@amp-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@amp-rh amp-rh changed the title Update OPP 4.22 interop jobs to install ACM 2.17.z INTEROP-9406: Update OPP 4.22 interop jobs to install ACM 2.17.z Aug 4, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

@amp-rh: This pull request references INTEROP-9406 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 bug to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Update ACM operator channel from release-2.16 to release-2.17 across all OPP 4.22 job variants (AWS interop, vSphere interop, AWS upgrade)
  • Bump ACM QE test image references (acmqe-grc-test, clc-ui-e2e, multicluster-observability-operator-opp) from 2.16 to 2.17

Details

The OCP 4.22 interop jobs were installing ACM 2.16.z, which is outdated for the 4.22 release. ACM 2.17.z is the correct version to pair with OCP 4.22.

Files changed

File Changes
stolostron-policy-collection-main__ocp4.22.yaml 3 base_image refs + 2 OPERATORS channel refs (AWS + vSphere)
stolostron-policy-collection-main__ocp4.22-upgrade.yaml 1 OPERATORS channel ref

Resolves: INTEROP-9406

/cc @CSPI-QE

Summary by CodeRabbit

  • Updated OCP 4.22 AWS and vSphere interop jobs and AWS upgrade jobs to install ACM 2.17.z.
  • Changed ACM operator channels from release-2.16 to release-2.17.
  • Updated ACM QE test image references from 2.16 to 2.17.
  • Updated the OPP preflight compatibility matrix to require ACM 2.17 for OCP 4.22.

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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 4, 2026
@redhat-chai-bot

Copy link
Copy Markdown
Contributor

/pj-rehearse ack

The rehearsal job has verified the ACM 2.16→2.17 version change. All critical ACM-related steps passed successfully:

  • install-operators ✅ — Confirmed the release-2.17 operator channel resolves and installs correctly.
  • acm-mch ✅ — Confirmed the acm-qe/2.17 image streams are valid and MultiClusterHub deploys successfully.
  • acm-policies-openshift-plus-setup ✅ — OpenShift Plus policies setup completed successfully.
  • acm-policies-openshift-plus ✅ — OPP policy enforcement passed.

This confirms ACM 2.17 deploys and functions correctly on OCP 4.22. Any remaining test failures in later steps are pre-existing and unrelated to this version bump.


AI-generated. Review for accuracy.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 4, 2026
@redhat-chai-bot

Copy link
Copy Markdown
Contributor

/pj-rehearse ack

The rehearsal job has passed the critical ACM-related steps, confirming that the ACM 2.16 → 2.17 version bump works correctly on OCP 4.22:

  • install-operators: Verified that the updated release-2.17 operator channel resolves and installs successfully.
  • acm-mch: Verified that the ACM 2.17 image streams (acm-qe/2.17) deploy correctly via MultiClusterHub.

Any remaining test failures in the rehearsal are pre-existing and unrelated to this version change. The ACM 2.17 deployment path on OCP 4.22 is confirmed working.


AI-generated. Review for accuracy.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@amp-rh

amp-rh commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@amp-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@amp-rh

amp-rh commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

The two upgrade rehearsal failures (ocp4.22-upgrade and ocp5.0-upgrade) are caused by the pre-existing rhacs-operator deployment bug (ownNamespace install mode on OCP 4.22+). This is being fixed separately in #82920. The failure is unrelated to the ACM version change in this PR.

The interop rehearsals (opp-aws, opp-vsphere) are still running and will validate the actual ACM 2.16→2.17 change.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@amp-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci

openshift-ci Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

@amp-rh: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-stolostron-policy-collection-main-ocp4.22-interop-opp-aws bc2b8f8 link unknown /pj-rehearse periodic-ci-stolostron-policy-collection-main-ocp4.22-interop-opp-aws
ci/rehearse/periodic-ci-stolostron-policy-collection-main-ocp5.0-upgrade-interop-opp-upgrade-aws bc2b8f8 link unknown /pj-rehearse periodic-ci-stolostron-policy-collection-main-ocp5.0-upgrade-interop-opp-upgrade-aws
ci/rehearse/periodic-ci-stolostron-policy-collection-main-ocp4.22-interop-opp-vsphere bc2b8f8 link unknown /pj-rehearse periodic-ci-stolostron-policy-collection-main-ocp4.22-interop-opp-vsphere
ci/rehearse/periodic-ci-stolostron-policy-collection-main-ocp4.22-upgrade-interop-opp-upgrade-aws bc2b8f8 link unknown /pj-rehearse periodic-ci-stolostron-policy-collection-main-ocp4.22-upgrade-interop-opp-upgrade-aws

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@redhat-chai-bot

redhat-chai-bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Test/Operator Version Mismatch — Root Cause Analysis

Issue: Since Aug 12, the opp-aws-4.22 periodic job fails in acm-tests-observability with 88 specs (up from 82 on Aug 11). The new test "should configure hub Thanos components with the correct CLI arguments" checks for --tsdb.out-of-order.time-window=1h in thanos-receive args — a flag that only exists in the ACM 2.17 operator, not 2.16.

Root cause: PR #82365 (INTEROP-9357) merged on Aug 11 at 11:25 UTC and changed the multicluster-observability-operator-opp base image from acm-qe/2.16 to acm-qe/2.17 — but only the test images were updated. The operator deployment (OPERATORS channel) still installs ACM 2.16.2 (release-2.16). This created a version mismatch window:

Date Test image Operator deployed Result
Aug 11 (pre-merge) acm-qe/2.16 (82 specs) ACM 2.16.2 ✅ Pass
Aug 12 (post-merge) acm-qe/2.17 (88 specs) ACM 2.16.2 ❌ Fail

This PR fixes it. PR #82898 updates the OPERATORS channel to release-2.17, aligning the deployed operator with the test images. Once merged, both test and operator will be ACM 2.17.

Rehearsal validation: I checked the opp-aws rehearsal for this PR and confirmed:

  • acm-tests-observability passed (18m14s) with ACM 2.17 operator + 2.17 test images
  • The --tsdb.out-of-order.time-window test is not a failure when the operator version matches
  • The rehearsal failure is from firewatch-report-issues due to pre-existing Cypress UI test failures (junit_cypress-*.xml), not from observability tests

AI-generated. Review for accuracy.

@openshift-ci-robot

openshift-ci-robot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

@amp-rh: This pull request references INTEROP-9406 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.

Details

In response to this:

TL;DR

Bump ACM from 2.16.z to 2.17.z across all OPP 4.22 interop jobs (AWS, vSphere, upgrade) and the preflight compatibility matrix.

What changed

  • ACM operator install channel: release-2.16release-2.17 in all 3 OPP 4.22 job variants
  • ACM QE test images (acmqe-grc-test, clc-ui-e2e, multicluster-observability-operator-opp): 2.162.17
  • OPP preflight compatibility matrix: OCP 4.22 row now expects ACM 2.17

Core file (review this first)

File What to check
ci-operator/step-registry/interop/opp/preflight/interop-opp-preflight-commands.sh Compatibility matrix entry for 4.22 updated; verify version alignment with adjacent OCP rows

Mechanical/config files

File Changes
.../stolostron-policy-collection-main__ocp4.22.yaml 3 base_image refs + 2 operator channel refs (2.162.17)
.../stolostron-policy-collection-main__ocp4.22-upgrade.yaml 1 operator channel ref (2.162.17)

Risk areas

  • Behavioral: ACM 2.17 may introduce new APIs or deprecations that affect GRC/observability tests. Test images are bumped to match.
  • No other products touched: ACS, ODF, and Quay channels remain unchanged.

Testing

  • Rehearsal jobs triggered covering AWS interop, vSphere interop, and upgrade variants.
  • Rehearsal failures are from known pipeline blockers (ACM observability, S3 credentials, OperatorGroup issues), not from changes in this PR.

Resolves: INTEROP-9406

/cc @CSPI-QE

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.

@amp-rh

amp-rh commented Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

Note: This PR is also included in combined PR #83405, which bundles all 8 OPP Q3 pipeline improvements into a single review target. Either this PR or #83405 can be merged (not both).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants