diff --git a/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.16.yaml b/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.16.yaml index f1bcadaf1e6a0..965aacc28c1fa 100644 --- a/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.16.yaml +++ b/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.16.yaml @@ -192,7 +192,6 @@ tests: cluster_profile: aws workflow: openshift-perfscale-e2e-configmap-scale - as: e2e-aws-ovn-serial - shard_count: 2 steps: cluster_profile: aws-3 workflow: openshift-e2e-aws-serial diff --git a/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.17.yaml b/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.17.yaml index fca64de2da548..b21fbbcef4a98 100644 --- a/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.17.yaml +++ b/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.17.yaml @@ -192,7 +192,6 @@ tests: cluster_profile: aws workflow: openshift-perfscale-e2e-configmap-scale - as: e2e-aws-ovn-serial - shard_count: 2 steps: cluster_profile: aws-3 workflow: openshift-e2e-aws-serial diff --git a/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.18.yaml b/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.18.yaml index c93b66d65af51..f53203fd4da76 100644 --- a/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.18.yaml +++ b/ci-operator/config/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.18.yaml @@ -192,7 +192,6 @@ tests: cluster_profile: aws workflow: openshift-perfscale-e2e-configmap-scale - as: e2e-aws-ovn-serial - shard_count: 2 steps: cluster_profile: aws workflow: openshift-e2e-aws-serial diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.16-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.16-presubmits.yaml index 7ff347b1f36cd..b63f3a357544b 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.16-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.16-presubmits.yaml @@ -590,22 +590,21 @@ presubmits: - ^release-4\.16$ - ^release-4\.16- cluster: build09 - context: ci/prow/e2e-aws-ovn-serial-1of2 + context: ci/prow/e2e-aws-ovn-serial decorate: true labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-etcd-operator-release-4.16-e2e-aws-ovn-serial-1of2 - rerun_command: /test e2e-aws-ovn-serial-1of2 + name: pull-ci-openshift-cluster-etcd-operator-release-4.16-e2e-aws-ovn-serial + rerun_command: /test e2e-aws-ovn-serial 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 - - --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1" - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - --target=e2e-aws-ovn-serial @@ -656,80 +655,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws-ovn-serial-1of2,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.16$ - - ^release-4\.16- - cluster: build09 - context: ci/prow/e2e-aws-ovn-serial-2of2 - decorate: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-3 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-etcd-operator-release-4.16-e2e-aws-ovn-serial-2of2 - rerun_command: /test e2e-aws-ovn-serial-2of2 - 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 - - --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2" - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-aws-ovn-serial - 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-ovn-serial-2of2,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-aws-ovn-serial,?($|\s.*) - agent: kubernetes always_run: false branches: diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.17-presubmits.yaml index b7d2ddc79baa1..a2fbdfc7c67b8 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.17-presubmits.yaml @@ -663,22 +663,21 @@ presubmits: - ^release-4\.17$ - ^release-4\.17- cluster: build09 - context: ci/prow/e2e-aws-ovn-serial-1of2 + context: ci/prow/e2e-aws-ovn-serial decorate: true labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-3 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-etcd-operator-release-4.17-e2e-aws-ovn-serial-1of2 - rerun_command: /test e2e-aws-ovn-serial-1of2 + name: pull-ci-openshift-cluster-etcd-operator-release-4.17-e2e-aws-ovn-serial + rerun_command: /test e2e-aws-ovn-serial 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 - - --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1" - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - --target=e2e-aws-ovn-serial @@ -729,80 +728,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws-ovn-serial-1of2,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.17$ - - ^release-4\.17- - cluster: build09 - context: ci/prow/e2e-aws-ovn-serial-2of2 - decorate: true - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-3 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-cluster-etcd-operator-release-4.17-e2e-aws-ovn-serial-2of2 - rerun_command: /test e2e-aws-ovn-serial-2of2 - 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 - - --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2" - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-aws-ovn-serial - 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-ovn-serial-2of2,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-aws-ovn-serial,?($|\s.*) - agent: kubernetes always_run: false branches: diff --git a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.18-presubmits.yaml b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.18-presubmits.yaml index b1d9e1d279e6f..2835b1f5e8466 100644 --- a/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.18-presubmits.yaml +++ b/ci-operator/jobs/openshift/cluster-etcd-operator/openshift-cluster-etcd-operator-release-4.18-presubmits.yaml @@ -736,22 +736,21 @@ presubmits: - ^release-4\.18$ - ^release-4\.18- cluster: build09 - context: ci/prow/e2e-aws-ovn-serial-1of2 + context: ci/prow/e2e-aws-ovn-serial 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-etcd-operator-release-4.18-e2e-aws-ovn-serial-1of2 - rerun_command: /test e2e-aws-ovn-serial-1of2 + name: pull-ci-openshift-cluster-etcd-operator-release-4.18-e2e-aws-ovn-serial + rerun_command: /test e2e-aws-ovn-serial 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 - - --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1" - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - --target=e2e-aws-ovn-serial @@ -802,80 +801,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-aws-ovn-serial-1of2,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-4\.18$ - - ^release-4\.18- - cluster: build09 - context: ci/prow/e2e-aws-ovn-serial-2of2 - 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-etcd-operator-release-4.18-e2e-aws-ovn-serial-2of2 - rerun_command: /test e2e-aws-ovn-serial-2of2 - 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 - - --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2" - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-aws-ovn-serial - 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-ovn-serial-2of2,?($|\s.*) + trigger: (?m)^/test( | .* )e2e-aws-ovn-serial,?($|\s.*) - agent: kubernetes always_run: false branches: