From 1b830f165641ab71f85371c996374dca995c01a1 Mon Sep 17 00:00:00 2001 From: shyadav10 Date: Tue, 21 Jul 2026 13:28:35 -0400 Subject: [PATCH] VPA: Add PQC ML-KEM CI test --- ...penshift-vertical-pod-autoscaler-operator-main.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ci-operator/config/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-main.yaml b/ci-operator/config/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-main.yaml index 6e324a4ba64e9..e2e589721e30d 100644 --- a/ci-operator/config/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-main.yaml +++ b/ci-operator/config/openshift/vertical-pod-autoscaler-operator/openshift-vertical-pod-autoscaler-operator-main.yaml @@ -11,6 +11,10 @@ base_images: name: "4.21" namespace: ocp tag: vertical-pod-autoscaler-operator + tls-scanner-tool: + name: tls-scanner + namespace: tls-scanner + tag: tls-scanner-tool ubi-python-311: name: ubi-python-311 namespace: ocp @@ -135,6 +139,11 @@ tests: skip_if_only_changed: ^docs/|^\.github|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$ steps: cluster_profile: openshift-org-aws + env: + PQC_CHECK: "true" + SCAN_NAMESPACE: openshift-vertical-pod-autoscaler + SCANNER_CPU: 500m + SCANNER_MEMORY: 1Gi test: - as: install cli: latest @@ -156,6 +165,7 @@ tests: resources: requests: cpu: 100m + - ref: tls-scanner-run workflow: ipi-aws - as: e2e-aws-upgrade skip_if_only_changed: ^docs/|^\.github|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$