Skip to content

oran-o2ims: add tls scanner - #82154

Merged
openshift-merge-bot[bot] merged 9 commits into
openshift:mainfrom
rauhersu:master.tls.scanner
Aug 11, 2026
Merged

oran-o2ims: add tls scanner#82154
openshift-merge-bot[bot] merged 9 commits into
openshift:mainfrom
rauhersu:master.tls.scanner

Conversation

@rauhersu

@rauhersu rauhersu commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds TLS scanner CI integration for openshift-kni/oran-o2ims on main and release-4.22 branches.

The install-bundle-tls-scan job (on-demand) and install-bundle-tls-scan-periodic job (cron-scheduled):

  • Provision an AWS cluster via the ipi-aws workflow.
  • Install the operator using operator-sdk run bundle via the optional-operators-operator-sdk step-registry ref.
  • Wait for the auto-created Inventory CR and all TLS-serving pods to become ready.
  • Enable TLS 1.3 Modern profile with TLSAdherence: StrictAllComponents via the tls-13 step.
  • Run the tls-scanner-run step to scan all TLS endpoints in the oran-o2ims namespace.
  • Enable PQC (post-quantum cryptography) readiness checks (PQC_CHECK=true).

On-demand jobs

Configured as always_run: false and optional: true. Triggered with /test install-bundle-tls-scan on PRs to the respective branches.

Periodic jobs

  • main: runs every Friday at 03:00 UTC (0 3 * * 5)
  • release-4.22: runs every Monday at 03:00 UTC (0 3 * * 1)

Changes

  • ci-operator/config/openshift-kni/oran-o2ims/openshift-kni-oran-o2ims-main.yaml: Added tls-scanner-tool base image, install-bundle-tls-scan (on-demand) and install-bundle-tls-scan-periodic test definitions with PQC check enabled.
  • ci-operator/config/openshift-kni/oran-o2ims/openshift-kni-oran-o2ims-release-4.22.yaml: Same additions for the release-4.22 branch.
  • ci-operator/jobs/: Auto-generated presubmit and periodic job files by make update.
  • ci-operator/step-registry/tls/scanner/run/tls-scanner-run-ref.yaml: Added SCANNER_NAMESPACE env var to support deploying the scanner into an existing namespace.
  • ci-operator/step-registry/tls/scanner/run/tls-scanner-run-commands.sh: Added SCANNER_NAMESPACE logic.

References

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Note

Reviews paused

It 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 reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

The ORAN O2IMS CI configuration adds a TLS scanner image and optional validation job. The scanner now accepts an existing namespace through SCANNER_NAMESPACE, while the job checks Inventory services, pod readiness, and referenced TLS secrets.

Changes

ORAN O2IMS TLS validation

Layer / File(s) Summary
Configurable scanner namespace
ci-operator/step-registry/tls/scanner/run/tls-scanner-run-ref.yaml, ci-operator/step-registry/tls/scanner/run/tls-scanner-run-commands.sh
Adds SCANNER_NAMESPACE and uses it to select the scanner namespace and ownership behavior.
TLS workflow setup
ci-operator/config/openshift-kni/oran-o2ims/openshift-kni-oran-o2ims-main.yaml
Adds the tls-scanner-tool image, optional job inputs, and TLS 1.3 adherence settings.
Inventory service TLS validation
ci-operator/config/openshift-kni/oran-o2ims/openshift-kni-oran-o2ims-main.yaml
Waits for Inventory resources, validates annotated service pods and TLS secrets, and runs tls-13 before tls-scanner-run.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

Suggested labels: rehearsals-ack

Suggested reviewers: missxiaoguo, donpenney

Sequence Diagram(s)

sequenceDiagram
  participant CIJob
  participant OperatorBundle
  participant OpenShiftAPI
  CIJob->>OperatorBundle: Install operator-bundle in oran-o2ims
  CIJob->>OpenShiftAPI: Wait for Inventory and discover annotated services
  OpenShiftAPI-->>CIJob: Return pod selectors and TLS secret names
  CIJob->>OpenShiftAPI: Wait for selected pods to become Ready
  CIJob->>OpenShiftAPI: Verify referenced TLS secrets
  CIJob->>CIJob: Run tls-13 and tls-scanner-run
Loading
🚥 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 No Ginkgo-style test titles were added or modified; the PR only changes CI YAML/job config, not test name definitions.
Test Structure And Quality ✅ Passed PR changes CI YAML and shell step-registry files only; no Ginkgo It/BeforeEach/Eventually test code was added or modified.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only changes CI/job config and shell-step wiring, so MicroShift test compatibility isn’t implicated.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only changes CI config and a shell step, and neither introduces multi-node/HA assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed No topology-specific scheduling constraints were added; the new CI pod spec uses default scheduling and no nodeSelector/affinity/tolerations or replica logic.
Ote Binary Stdout Contract ✅ Passed PASS: The PR only changes CI config and shell-step scripts; no Go/TestMain/BeforeSuite/init code or binary stdout paths were modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests were added, and the touched job/step logic has no hardcoded IPv4 literals, IPv4-only parsing, or public-internet dependencies.
No-Weak-Crypto ✅ Passed Touched CI YAML/shell only add TLS scanner job/namespace handling; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom crypto found.
Container-Privileges ✅ Passed HEAD only changes the oran-o2ims CI config; no added privileged/root/hostNetwork/hostPID/securityContext flags appear in the modified manifest.
No-Sensitive-Data-In-Logs ✅ Passed PASS: The only new lines are TLS adherence env vars and a tls-13 step; no passwords, tokens, PII, or hostnames are logged.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: adding TLS scanner integration for oran-o2ims.
✨ 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.

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 20, 2026
@openshift-ci

openshift-ci Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Hi @rauhersu. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci
openshift-ci Bot requested review from Missxiaoguo and donpenney July 20, 2026 15:01
@rauhersu

Copy link
Copy Markdown
Contributor Author

@donpenney , may you run an ok-to-test ?

@donpenney

Copy link
Copy Markdown
Member

/ok-to-test

@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 20, 2026
@rauhersu

Copy link
Copy Markdown
Contributor Author

/retest

1 similar comment
@rauhersu

Copy link
Copy Markdown
Contributor Author

/retest

@rauhersu

Copy link
Copy Markdown
Contributor Author

/test ci-operator-config
/test generated-config

@rauhersu

Copy link
Copy Markdown
Contributor Author

/test generated-config

@rauhersu

Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@rauhersu: 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 Jul 21, 2026
@rauhersu

rauhersu commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

The new TLS scanner - install-bundle-tls-scan job - was successfully executed and the logs can be examined under the Prow job 'artifacts' section after clicking on the job in this github conversation.

Example for this execution:

https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/openshift_release/82154/rehearse-82154-pull-ci-openshift-kni-oran-o2ims-main-install-bundle-tls-scan/2079529959986040832/artifacts/install-bundle-tls-scan/tls-scanner-run/artifacts/tls-scanner/

After this PR merges, then on any PR to openshift-kni/oran-o2ims, someone can trigger it with /test install-bundle-tls-scan.

@Missxiaoguo @donpenney , I would need a lgtm+approve if you agree with these changes.

@RomanBednar

Copy link
Copy Markdown
Contributor

Since one of my PRs is referenced here - if you are looking for TLS Adherence test this setup won't do. If you're looking for plain compliance check it's fine.

I later found out that I missed it in the AWS tls scan job referenced here and had to amend it to get the scanner check TLS adherence which is what I was looking for.

In other words tls-scanner-run runs the tls scanner and checks if tls endpoints meet some criteria, but if tls-13 job precedes it, it will actually check if the tls parameters in api are respected by pods in the given namespace. It's a very strange design so just leaving a comment here - use as needed :)

@rauhersu

rauhersu commented Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Need to assess the new @RomanBednar comment. Thanks, Roman !

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 22, 2026
@rauhersu
rauhersu force-pushed the master.tls.scanner branch from a6c6c37 to 3ce5266 Compare July 24, 2026 13:42
@rauhersu rauhersu changed the title add tls scanner for oran-o2ims oran-o2ims: add tls scanner Jul 24, 2026
@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 24, 2026
@rauhersu

Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@rauhersu

Copy link
Copy Markdown
Contributor Author

/retest

2 similar comments
@rauhersu

Copy link
Copy Markdown
Contributor Author

/retest

@rauhersu

Copy link
Copy Markdown
Contributor Author

/retest

@rauhersu
rauhersu force-pushed the master.tls.scanner branch from 3ce5266 to 0d5f3d0 Compare July 27, 2026 08:44
@rauhersu

Copy link
Copy Markdown
Contributor Author

/retest

@rauhersu

Copy link
Copy Markdown
Contributor Author

/pj-rehearse abort

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@alegacy alegacy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Comment authored by Claude]

TLS Scanner CI Review

The overall approach is solid — on-demand + periodic TLS scanning with PQC checks is valuable. The SCANNER_NAMESPACE extension to the shared step-registry ref is backward compatible and well-designed.

A few issues to address before merging, detailed in inline comments below.

Issue not addressable inline: cluster-admin granted to default SA, never cleaned up

In tls-scanner-run-commands.sh line 154:

oc adm policy add-cluster-role-to-user cluster-admin -z default -n "${NAMESPACE}"

When SCANNER_NAMESPACE=oran-o2ims, this grants cluster-admin to the default service account in the oran-o2ims namespace. The cleanup function (line 119) only deletes the scanner pod — it never removes the ClusterRoleBinding. Every pod using the default SA in that namespace gains cluster-admin for the remaining lifetime of the cluster.

In CI ephemeral clusters this is mitigated by cluster teardown, but it's still a risky pattern — the binding is live during the entire scan phase. Consider:

  • Creating a dedicated scanner SA instead of using default
  • Removing the ClusterRoleBinding in the cleanup trap

CodeRabbit flagged this as well and it appears unaddressed in the latest commits.

Comment thread ci-operator/config/openshift-kni/oran-o2ims/openshift-kni-oran-o2ims-main.yaml Outdated
Comment thread ci-operator/config/openshift-kni/oran-o2ims/openshift-kni-oran-o2ims-main.yaml Outdated
TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents
test:
- ref: optional-operators-operator-sdk
- as: wait-for-server-pods

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Medium: ~65-line inline script duplicated 4 times

This wait-for-server-pods commands block is copy-pasted identically across:

  1. This on-demand job
  2. The periodic job below (line ~220)
  3. release-4.22.yaml on-demand job
  4. release-4.22.yaml periodic job

Any bug fix (like adding the missing exit 1 from the other comments) would need to be applied in 4 places. Consider extracting this into a step-registry ref (e.g., oran-o2ims-wait-for-tls-pods-ref.yaml) that all 4 jobs reference.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Comment authored by Claude]

Agreed. Tracked as CNF-26477 and addressed in a follow-up PR: #83194, which extracts the script into a step-registry ref at oran-o2ims/wait-for-tls-pods. We'd prefer not to block this PR on the refactoring — the error handling fixes are already applied to all 4 copies here, and the dedup PR depends on this one merging first.

@rauhersu

Copy link
Copy Markdown
Contributor Author

Addressing comments

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 10, 2026
- Fail the step if the Inventory CR is not created within 5 minutes
  instead of silently falling through to the scanner
- Fail the step if any TLS service pod does not become ready
- Fail the step if any TLS serving cert secret is missing
- Switch pipe-based while loops to here-strings to avoid subshell
  scoping issues with failure tracking

Applies to all 4 wait-for-server-pods script copies (on-demand and
periodic jobs for main and release-4.22).

Script deduplication tracked in CNF-26477.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Raúl Hernández <rauherna@redhat.com>
@rauhersu

Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@rauhersu: 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 removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 10, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@rauhersu: 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-openshift-gcp-filestore-csi-driver-operator-main-tls-scanner-gcp-filestore openshift/gcp-filestore-csi-driver-operator presubmit Registry content changed
pull-ci-openshift-gcp-filestore-csi-driver-operator-release-5.1-tls-scanner-gcp-filestore openshift/gcp-filestore-csi-driver-operator presubmit Registry content changed
pull-ci-openshift-gcp-filestore-csi-driver-operator-release-5.0-tls-scanner-gcp-filestore openshift/gcp-filestore-csi-driver-operator presubmit Registry content changed
pull-ci-openshift-gcp-filestore-csi-driver-operator-release-4.23-tls-scanner-gcp-filestore openshift/gcp-filestore-csi-driver-operator presubmit Registry content changed
pull-ci-openshift-insights-runtime-extractor-main-tls-scanner openshift/insights-runtime-extractor presubmit Registry content changed
pull-ci-openshift-insights-runtime-extractor-release-5.1-tls-scanner openshift/insights-runtime-extractor presubmit Registry content changed
pull-ci-openshift-insights-runtime-extractor-release-5.0-tls-scanner openshift/insights-runtime-extractor presubmit Registry content changed
pull-ci-openshift-insights-runtime-extractor-release-4.23-tls-scanner openshift/insights-runtime-extractor presubmit Registry content changed
pull-ci-openshift-insights-runtime-extractor-release-4.22-tls-scanner openshift/insights-runtime-extractor presubmit Registry content changed
pull-ci-openshift-oadp-operator-oadp-1.6-4.23-tls-pqc-readiness openshift/oadp-operator presubmit Registry content changed
pull-ci-openshift-oadp-operator-oadp-1.6-4.23-tls13-adherence openshift/oadp-operator presubmit Registry content changed
pull-ci-openshift-oadp-operator-oadp-1.6-4.22-tls-pqc-readiness openshift/oadp-operator presubmit Registry content changed
pull-ci-openshift-oadp-operator-oadp-1.6-4.22-tls13-adherence openshift/oadp-operator presubmit Registry content changed
pull-ci-openshift-oadp-operator-oadp-dev-4.22-tls-pqc-readiness openshift/oadp-operator presubmit Registry content changed
pull-ci-openshift-oadp-operator-oadp-dev-4.22-tls13-adherence openshift/oadp-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-main-tls-scanner-aws-ebs openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-main-tls-scanner-aws-efs openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-main-tls-scanner-smb openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.1-tls-scanner-aws-ebs openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.1-tls-scanner-aws-efs openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.1-tls-scanner-smb openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.0-tls-scanner-aws-ebs openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.0-tls-scanner-aws-efs openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.0-tls-scanner-smb openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.23-tls-scanner-aws-ebs openshift/csi-operator presubmit Registry content changed

A total of 135 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-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.

@smith-xyz

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 10, 2026
@rauhersu

Copy link
Copy Markdown
Contributor Author

Ready for review again

/unhold

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 10, 2026
@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@rauhersu: 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-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-qe-integration-tests e42884d link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-qe-integration-tests
ci/rehearse/openshift/insights-runtime-extractor/main/tls-scanner bf2e28c link unknown /pj-rehearse pull-ci-openshift-insights-runtime-extractor-main-tls-scanner
ci/rehearse/openshift/oadp-operator/oadp-dev/4.22-tls-pqc-readiness e42884d link unknown /pj-rehearse pull-ci-openshift-oadp-operator-oadp-dev-4.22-tls-pqc-readiness
ci/rehearse/periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-mno-qe-integration-tests 9f666e5 link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-mno-qe-integration-tests
ci/rehearse/openshift/cert-manager-operator/master/tls-scanner e2190d8 link unknown /pj-rehearse pull-ci-openshift-cert-manager-operator-master-tls-scanner
ci/rehearse/openshift/machine-config-operator/main/tls-pqc-readiness ec0708a link unknown /pj-rehearse pull-ci-openshift-machine-config-operator-main-tls-pqc-readiness
ci/rehearse/openshift/windows-machine-config-operator/master/tls-scanner 51c2149 link unknown /pj-rehearse pull-ci-openshift-windows-machine-config-operator-master-tls-scanner

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.

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

alegacy commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alegacy, rauhersu, smith-xyz

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

The pull request process is described 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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 10, 2026
@rauhersu

Copy link
Copy Markdown
Contributor Author

/test config

1 similar comment
@jmguzik

jmguzik commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

/test config

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants