From 9557cfcc42d8c53a447e62d397ca3414ee8b129a Mon Sep 17 00:00:00 2001 From: Ugo Giordano Date: Fri, 14 Aug 2026 18:02:23 +0200 Subject: [PATCH] Drop cleanup-olm-catalog step from RHOAI e2e job The cleanup-olm-catalog step deletes CatalogSource pods before running tls-scanner to avoid false positives from the OLM catalog pod serving plain gRPC on port 50051. Investigation shows this was never necessary: NO_TLS ports were never a failure in the scanner, only informational output in the scan log. The actual failures that caused the scanner to be reverted in July were rhods-operator:8080 plain HTTP endpoints, which are now fixed (operator metrics moved to :8443 with TLS). Remove the destructive workaround. Co-Authored-By: Claude --- .../opendatahub-io-opendatahub-operator-main.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ci-operator/config/opendatahub-io/opendatahub-operator/opendatahub-io-opendatahub-operator-main.yaml b/ci-operator/config/opendatahub-io/opendatahub-operator/opendatahub-io-opendatahub-operator-main.yaml index be463131f1b7e..187bc1c2e06d3 100644 --- a/ci-operator/config/opendatahub-io/opendatahub-operator/opendatahub-io-opendatahub-operator-main.yaml +++ b/ci-operator/config/opendatahub-io/opendatahub-operator/opendatahub-io-opendatahub-operator-main.yaml @@ -159,17 +159,6 @@ tests: cpu: 2000m memory: 3Gi timeout: 3h0m0s - - as: cleanup-olm-catalog - cli: latest - commands: | - oc delete catalogsource --all -n redhat-ods-operator --ignore-not-found - oc wait --for=delete pod -l olm.catalogSource -n redhat-ods-operator --timeout=60s || true - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - timeout: 2m0s - ref: tls-scanner-run workflow: generic-claim - as: opendatahub-operator-image-mirror