From ea88d29d94904cd41bbedca493a84d76dba37318 Mon Sep 17 00:00:00 2001 From: Ronny Baturov Date: Tue, 5 Nov 2024 11:22:35 +0200 Subject: [PATCH] presubmit --- ...rces-operator-release-4.17-presubmits.yaml | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/ci-operator/jobs/openshift-kni/numaresources-operator/openshift-kni-numaresources-operator-release-4.17-presubmits.yaml b/ci-operator/jobs/openshift-kni/numaresources-operator/openshift-kni-numaresources-operator-release-4.17-presubmits.yaml index f3b1ac9fda0c0..14ddc6db22590 100644 --- a/ci-operator/jobs/openshift-kni/numaresources-operator/openshift-kni-numaresources-operator-release-4.17-presubmits.yaml +++ b/ci-operator/jobs/openshift-kni/numaresources-operator/openshift-kni-numaresources-operator-release-4.17-presubmits.yaml @@ -262,6 +262,81 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )ci-unit,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build01 + context: ci/prow/e2e-in-cluster-build + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-telco + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-numaresources-operator-release-4.17-e2e-in-cluster-build + rerun_command: /test e2e-in-cluster-build + 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-in-cluster-build + command: + - ci-operator + image: 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-in-cluster-build,?($|\s.*) - agent: kubernetes always_run: true branches: