From 0d2d2a72ca63b48d95d6c9a64c7845759077e749 Mon Sep 17 00:00:00 2001 From: shyadav10 Date: Tue, 21 Jul 2026 13:45:53 -0400 Subject: [PATCH 1/3] CMA: Add PQC ML-KEM CI test --- ...nshift-custom-metrics-autoscaler-operator-main.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml index d75fb05c1529b..67d0689ea0ae4 100644 --- a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml +++ b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml @@ -19,6 +19,10 @@ base_images: name: "4.19" namespace: origin tag: operator-sdk + tls-scanner-tool: + name: tls-scanner + namespace: tls-scanner + tag: tls-scanner-tool build_root: from_repository: true canonical_go_repository: github.com/kedacore/keda-olm-operator @@ -96,12 +100,18 @@ 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-keda + SCANNER_CPU: 500m + SCANNER_MEMORY: 1Gi post: - chain: ipi-aws-post pre: - chain: ipi-aws-pre test: - chain: keda-e2e-cma + - ref: tls-scanner-run - as: cma-e2e-gcp-ovn skip_if_only_changed: ^docs/|^\.github|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$ steps: From c40b977bc23bd4d30b0d09db225e7dad73a179ee Mon Sep 17 00:00:00 2001 From: shyadav10 Date: Wed, 22 Jul 2026 01:21:14 -0400 Subject: [PATCH 2/3] restructured the test --- .../openshift-custom-metrics-autoscaler-operator-main.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml index 67d0689ea0ae4..ac755eb4f757a 100644 --- a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml +++ b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml @@ -110,8 +110,13 @@ tests: pre: - chain: ipi-aws-pre test: - - chain: keda-e2e-cma + - ref: keda-e2e-cma-install + - ref: keda-e2e-cma-apply-kc + - ref: keda-e2e-setup + - ref: keda-e2e-run - ref: tls-scanner-run + - ref: keda-e2e-clean + - ref: keda-e2e-cma-teardown - as: cma-e2e-gcp-ovn skip_if_only_changed: ^docs/|^\.github|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$ steps: From 27e0e2c7984b66bb2b358e6bb43dfa62cf85eb29 Mon Sep 17 00:00:00 2001 From: shyadav10 Date: Wed, 22 Jul 2026 22:04:38 -0400 Subject: [PATCH 3/3] changed env --- .../openshift-custom-metrics-autoscaler-operator-main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml index ac755eb4f757a..ec2b0ebdc7e1e 100644 --- a/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml +++ b/ci-operator/config/openshift/custom-metrics-autoscaler-operator/openshift-custom-metrics-autoscaler-operator-main.yaml @@ -101,6 +101,8 @@ tests: steps: cluster_profile: openshift-org-aws env: + E2E_INSTALL_KEDA: "false" + E2E_TEST_CONFIG: openshift-e2e.yaml PQC_CHECK: "true" SCAN_NAMESPACE: openshift-keda SCANNER_CPU: 500m