From 7f240f2849561c4df8f32c5d460ddce23c145c8b Mon Sep 17 00:00:00 2001 From: Rohit Patil Date: Wed, 4 Feb 2026 16:25:22 +0530 Subject: [PATCH] Add parallel OTE CI job for cluster-authentication-operator This change adds a new OpenShift Tests Extension (OTE) job for the cluster-authentication-operator master branch: - e2e-aws-operator-parallel-ote: Executes parallel OTE tests The job is configured with: - always_run: true to ensure it runs on all PRs - optional: true to prevent blocking PR merges - Uses openshift-e2e-test step with parallel test suite Co-Authored-By: Rohit Patil --- ...luster-authentication-operator-master.yaml | 10 +++ ...entication-operator-master-presubmits.yaml | 73 +++++++++++++++++++ 2 files changed, 83 insertions(+) diff --git a/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml b/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml index 3cdd2f6b6f14f..8e770a29d8436 100644 --- a/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml @@ -231,6 +231,16 @@ tests: TEST_SUITE: openshift/conformance/serial workflow: idp-external-oidc-keycloak-aws timeout: 8h0m0s +- always_run: true + as: e2e-aws-operator-parallel-ote + optional: true + steps: + cluster_profile: aws + env: + TEST_SUITE: openshift/cluster-authentication-operator/operator/parallel + test: + - ref: openshift-e2e-test + workflow: ipi-aws zz_generated_metadata: branch: master org: openshift diff --git a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml index c3b2a9709ca5f..d3ff12b1923d3 100644 --- a/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master-presubmits.yaml @@ -368,6 +368,79 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )e2e-aws-external-oidc-conformance-serial,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^master$ + - ^master- + cluster: build01 + context: ci/prow/e2e-aws-operator-parallel-ote + decorate: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-cluster-authentication-operator-master-e2e-aws-operator-parallel-ote + optional: true + rerun_command: /test e2e-aws-operator-parallel-ote + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-aws-operator-parallel-ote + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-aws-operator-parallel-ote,?($|\s.*) - agent: kubernetes always_run: false branches: